aura --help lands on the exit-2 error path instead of printing help #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found by the milestone fieldtest (docs/specs/fieldtest-milestone-walking-skeleton.md).
A newcomer's reflex first command,
aura --help(and-h), is treated as an unknown subcommand: exit 2, no help text, just the one-lineaura: usage: aura runon stderr, empty stdout. The usage line does nameaura run, so discovery technically works, but the conventional --help affordance returns the error path. For a C22 'newcomer sees a populated trace' milestone the first-contact ergonomics are slightly off.Fix (trivial, optional): make --help/-h print the usage to stdout with exit 0; keep unknown subcommands at exit 2.