Files
stack/packages/mosaic/framework/tools/git/test-help-exit-code.sh
Hermes Agent ab643e70ff
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
fix(tools/git): -h/--help now exits 0 across 7 wrappers (#701)
usage() hard-coded exit 1, so every --help/-h invocation on
issue-assign, issue-create, issue-list, milestone-create, pr-create,
pr-list, and pr-merge exited nonzero, logging phantom isError records
across fleet lanes and breaking set -e composition. usage() now takes
an exit-code arg (default 1); the -h|--help case calls usage 0. All
other error paths are untouched.

Closes #701
2026-07-11 04:16:29 -05:00

1.4 KiB
Executable File