-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
When you call exit, the return code probably should not be 0 (success). Traditionally, option parsing errors have resulted in error code 64, as documented in many systems' sysexits.h header file, which on my system says:
#define EX_USAGE 64 /* command line usage error */
I would be happy to submit a PR if you're open to this change.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels