- Repository path position varies between commands (sometimes first, sometimes last) - Some commands use different argument ordering than others - Consider standardizing argument order across all commands - Add consistent help text showing argument order - Consider adding short form options (e.g. -r for repo path) - Add better error messages for incorrect argument order
Repository path position varies between commands (sometimes first, sometimes last)
Some commands use different argument ordering than others
Consider standardizing argument order across all commands
Add consistent help text showing argument order
Consider adding short form options (e.g. -r for repo path)
Add better error messages for incorrect argument order