[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.

[ci] format

authored by

Nate Moore and committed by
bombshell-bot
(May 9, 2025, 1:53 AM UTC) 78be1ea6 baf55cb2

+1 -2
+1 -2
packages/core/src/prompts/autocomplete.ts
··· 44 44 return values[0]; 45 45 } 46 46 47 - interface AutocompleteOptions<T extends OptionLike> 48 - extends PromptOptions<AutocompletePrompt<T>> { 47 + interface AutocompleteOptions<T extends OptionLike> extends PromptOptions<AutocompletePrompt<T>> { 49 48 options: T[]; 50 49 filter?: FilterFunction<T>; 51 50 multiple?: boolean;