[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

fix: fuzzy value number

Simon He (Nov 14, 2024, 9:23 PM +0800) dbf3da20 a6add8cc

+1 -1
+1 -1
packages/core/src/prompts/search.ts
··· 100 100 } 101 101 fuzzyFilter(opts: SearchOptions<T>) { 102 102 const fuzzyOptions = fuzzy.filter(this.valueWithCursor, opts.options, { 103 - extract: ({ label, value }) => label || value, 103 + extract: ({ label, value }) => String(label || value), 104 104 }); 105 105 fuzzyOptions.sort((a, b) => { 106 106 if (a.index === b.index) {