Skip to content

process.exit(64) #435

@hildjj

Description

@hildjj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions