Skip to main content

Module cli

Module cli 

Source
Expand description

CLI-layer diagnostic codes (argument parsing, global flags).

Constantsยง

ALL ๐Ÿ”’
HELP
--help was requested.
INTERRUPTED
Process was interrupted (SIGINT / SIGTERM).
UNKNOWN
Catch-all for failures that do not fit a more specific domain.
USAGE_INVALID
Command-line usage was invalid (parse error, missing subcommand, invalid flag combination).
VERSION
--version was requested.