We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today we exit with non-zero exit code in the event of an error. Should we consider being more granular with our exit codes:
example, return 2 for 'system already registered' and 3 for 'unsupported puppet version'
2
3
The text was updated successfully, but these errors were encountered:
@evgeni thoughts?
Sorry, something went wrong.
I think this is a good idea. 👍
I wonder if we should follow https://github.com/theforeman/hammer-cli/blob/master/lib/hammer_cli/exit_codes.rb (at least where we can)
dilly dilly
No branches or pull requests
Today we exit with non-zero exit code in the event of an error. Should we consider being more granular with our exit codes:
example, return
2
for 'system already registered' and3
for 'unsupported puppet version'The text was updated successfully, but these errors were encountered: