Skip to content
New issue

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

New yacfg has too many ways to run a noop that returns exitcode 0 #234

Open
jiridanek opened this issue Sep 14, 2023 · 0 comments
Open

New yacfg has too many ways to run a noop that returns exitcode 0 #234

jiridanek opened this issue Sep 14, 2023 · 0 comments

Comments

@jiridanek
Copy link
Contributor

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

$ 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

Specifications

Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant