We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f0b32 commit 58922dcCopy full SHA for 58922dc
packages/prompts/src/common.ts
@@ -60,7 +60,7 @@ export interface CommonOptions {
60
}
61
62
export interface CommonPromptOptions extends CommonOptions {
63
- clearPromptOnDone: boolean;
+ clearPromptOnDone?: boolean;
64
65
66
export const clearPrompt = (opts: CommonPromptOptions) => {
0 commit comments