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

Some command line arguments are useless #76

Open
JohnGiorgi opened this issue Oct 26, 2018 · 0 comments
Open

Some command line arguments are useless #76

JohnGiorgi opened this issue Oct 26, 2018 · 0 comments
Assignees
Labels
bug Something isn't working design invalid This doesn't seem right

Comments

@JohnGiorgi
Copy link
Contributor

Due to the current implementation of the Config class, any argument whos default value is True in the config file and which has the action=store_true property is useless from the command line.

If not provided at the command line, it will be True. If provided, it will be True. Therefore there needs to be a better way of harmonizing these arguments with boolean values.

@JohnGiorgi JohnGiorgi added bug Something isn't working invalid This doesn't seem right design labels Oct 26, 2018
@JohnGiorgi JohnGiorgi self-assigned this Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working design invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant