Skip to content

fix: update CLI usage and add command shortcuts #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

nachoal
Copy link
Owner

@nachoal nachoal commented Jun 4, 2025

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 <[email protected]>
@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