We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc26f4e commit 99211cbCopy full SHA for 99211cb
cli/src/components/ask-user/constants.ts
@@ -33,8 +33,6 @@ export const getOptionLabel = (option: AskUserOption): string => {
33
export const OTHER_OPTION_INDEX: number = -1
34
35
export const KEYBOARD_HINTS = [
36
- '←→ open/close •',
37
'↑↓ navigate •',
38
- 'Enter select •',
39
- 'Esc/^C skip',
+ 'Enter select',
40
] as const
0 commit comments