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

chore: remove unused debug key (#504)

authored by

Hyper-Z11 and committed by
GitHub
(Apr 3, 2026, 10:13 AM +0100) 78fd3aef 663ae0d0

+5 -1
+5
.changeset/afraid-pets-notice.md
··· 1 + --- 2 + "@clack/core": minor 3 + --- 4 + 5 + Remove unused `debug` option key.
-1
packages/core/src/prompts/prompt.ts
··· 21 21 validate?: ((value: TValue | undefined) => string | Error | undefined) | undefined; 22 22 input?: Readable; 23 23 output?: Writable; 24 - debug?: boolean; 25 24 signal?: AbortSignal; 26 25 } 27 26