Skip to content

feat(cli): improve help display with categorized commands#541

Merged
echobt merged 1 commit intomasterfrom
feat/cli-help-display-1769980648
Feb 1, 2026
Merged

feat(cli): improve help display with categorized commands#541
echobt merged 1 commit intomasterfrom
feat/cli-help-display-1769980648

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Feb 1, 2026

Summary

Improves CLI help output with organized, categorized command display.

Changes

  • Add custom help template with organized command categories
  • Group commands by function: Execution, Session, Auth, Config, Utilities, Maintenance
  • Add emoji prefixes to category headers for visual clarity
  • Hide internal/debug commands (debug, shell, dag, servers, history, workspace, sandbox, serve)
  • Update ASCII art banner with decorative border
  • Reorganize after-help section with Quick Start examples first
  • Add display_order to control command listing sequence

Testing

  • cargo check -p cortex-cli passes
  • Manual verification of cortex --help output

- Add custom help template with organized command categories
- Group commands by function: Execution, Session, Auth, Config, etc.
- Add emoji prefixes to category headers for visual clarity
- Hide internal/debug commands from default help output
- Update ASCII art banner with decorative border
- Reorganize after-help section with Quick Start first
- Add display_order to control command listing sequence
@echobt echobt merged commit d47ed16 into master Feb 1, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant