Module: GemChangelogDiff::ExitCode
- Defined in:
- lib/gem_changelog_diff/exit_code.rb
Overview
Process exit code constants for CLI commands.
Constant Summary collapse
- SUCCESS =
0- ERROR =
1- PARTIAL_FAILURE =
2
Process exit code constants for CLI commands.
012