Skip to content

fix: update CLI usage and add command shortcuts#9

Merged
nachoal merged 1 commit into
mainfrom
fix/cli-usage-and-shortcuts
Jun 5, 2025
Merged

fix: update CLI usage and add command shortcuts#9
nachoal merged 1 commit into
mainfrom
fix/cli-usage-and-shortcuts

Conversation

@nachoal

@nachoal nachoal commented Jun 4, 2025

Copy link
Copy Markdown
Owner

Summary

  • Fix outdated "aim" reference in multi command help text (now shows "fleet")
  • Add common CLI shortcuts for better usability:
    • -h as short alias for --help
    • -V as short alias for --version (uppercase to avoid conflict with config command)
    • l as command alias for list

Test plan

  • All existing tests pass
  • Manually tested all new shortcuts work correctly
  • fleet -h shows help
  • fleet -V shows version
  • fleet l lists agents (same as fleet list)
  • fleet multi --help shows correct usage with "fleet" instead of "aim"

🤖 Generated with Claude Code

- Fix old "aim" reference in multi command help text to "fleet"
- Add -h as short alias for --help flag
- Add -V as short alias for --version flag (uppercase to avoid conflict)
- Add 'l' as command alias for 'list' command

These changes improve CLI usability by providing common shortcuts that
users expect from command-line tools.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@nachoal nachoal merged commit 1a14149 into main Jun 5, 2025
25 checks passed
@nachoal nachoal deleted the fix/cli-usage-and-shortcuts branch June 5, 2025 00:01
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