Skip to content

Commit 78fd3ae

Browse files
authored
chore: remove unused debug key (#504)
1 parent 663ae0d commit 78fd3ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/afraid-pets-notice.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clack/core": minor
3+
---
4+
5+
Remove unused `debug` option key.

packages/core/src/prompts/prompt.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export interface PromptOptions<TValue, Self extends Prompt<TValue>> {
2121
validate?: ((value: TValue | undefined) => string | Error | undefined) | undefined;
2222
input?: Readable;
2323
output?: Writable;
24-
debug?: boolean;
2524
signal?: AbortSignal;
2625
}
2726

0 commit comments

Comments
 (0)