We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b60dbe commit ee6b630Copy full SHA for ee6b630
1 file changed
src/cli/tui/utils/commands.ts
@@ -12,7 +12,7 @@ export interface CommandMeta {
12
/**
13
* Commands hidden from TUI entirely (meta commands).
14
*/
15
-const HIDDEN_FROM_TUI = ['help', 'import', 'telemetry'] as const;
+const HIDDEN_FROM_TUI = ['help', 'telemetry'] as const;
16
17
18
* Commands that are CLI-only (shown but marked as requiring CLI invocation).
0 commit comments