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
Exit code 0 should mean success. Currently it is possible to get exit code 0 when yacfg did nothing.
$ poetry run yacfg --output /dev/null [20:00:59] [DEBUG] yacfg :: Added console handler to the logger. [20:00:59] [ERROR] yacfg :: Missing parameters profile $ echo $? 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Exit code 0 should mean success. Currently it is possible to get exit code 0 when yacfg did nothing.
Steps to Reproduce the Problem
Specifications
Notes
The text was updated successfully, but these errors were encountered: