Skip to content

Commit b83ea13

Browse files
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

2 files changed

+4
-440
lines changed

packages/cli/src/utils/cli/interactive-help.mts

Lines changed: 0 additions & 398 deletions
This file was deleted.

0 commit comments

Comments
 (0)