[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 type of validate parameter

Oskar Löfgren (Feb 21, 2023, 12:56 PM +0100) 861164d8 496cd49b

+1 -1
+1 -1
packages/core/src/prompts/prompt.ts
··· 41 41 render(this: Omit<Self, 'prompt'>): string | void; 42 42 placeholder?: string; 43 43 initialValue?: any; 44 - validate?: ((value: string) => string | void) | undefined; 44 + validate?: ((value: any) => string | void) | undefined; 45 45 input?: Readable; 46 46 output?: Writable; 47 47 debug?: boolean;