You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: properly handle empty args to ensure CLI exits with code 0
The issue was that showHelpOrError was being called even when args were
already handled by the early exit. Now we only call it when there are
invalid args, not when there are no args.
This fixes the CI test failures on Linux where empty args handling
differs from macOS.
0 commit comments