Skip to content

Commit b1d6d5a

Browse files
authored
fix: (temp) hide edit and plan commands from TUI (#61)
1 parent ff69aaf commit b1d6d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/tui/utils/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface CommandMeta {
1111
/**
1212
* Commands hidden from TUI help but still available via CLI.
1313
*/
14-
const HIDDEN_FROM_TUI = ['update', 'package'] as const;
14+
const HIDDEN_FROM_TUI = ['update', 'package', 'edit', 'plan'] as const;
1515

1616
/**
1717
* Commands hidden from TUI when inside an existing project.

0 commit comments

Comments
 (0)