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
Currently in the old CLI it is a major pain that it never returns a non-zero exit code. This behavior should improve with the new CLI.
Docs for this: https://cobbler.readthedocs.io/en/latest/cobbler.html#exit-status
The text was updated successfully, but these errors were encountered:
This issue seems to be discussed upstream. For our case it might be sufficient to use RunE but this has to be validated.
RunE
spf13/cobra#2124
Sorry, something went wrong.
Removing from milestone as this is not important for the first release.
No branches or pull requests
Currently in the old CLI it is a major pain that it never returns a non-zero exit code. This behavior should improve with the new CLI.
Docs for this: https://cobbler.readthedocs.io/en/latest/cobbler.html#exit-status
The text was updated successfully, but these errors were encountered: