Commit b83ea13
committed
refactor: remove interactive help system
Remove interactive help feature that showed an interactive menu when running
'socket --help'. Now 'socket --help' always shows the classic help text
immediately without prompts.
Removed:
- packages/cli/src/utils/cli/interactive-help.mts (entire file)
- Interactive help logic from with-subcommands.mts
- Help category support (--help=category syntax)
- Unused isInteractive import
This simplifies the help system and makes --help behavior more predictable
and consistent with standard CLI conventions.1 parent 19b00f7 commit b83ea13
File tree
2 files changed
+4
-440
lines changed- packages/cli/src/utils/cli
2 files changed
+4
-440
lines changedThis file was deleted.
0 commit comments