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

negative numbered CLI args cannot be parsed properly #3

Open
LBlend opened this issue Feb 8, 2022 · 0 comments
Open

negative numbered CLI args cannot be parsed properly #3

LBlend opened this issue Feb 8, 2022 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@LBlend
Copy link
Owner

LBlend commented Feb 8, 2022

since - is a reserved character for specifying args, the program cannot parse the threshold CLI arg properly when given a negative number

The way to mitigate this issue is to use the --argname=argvalue syntax, i.e --threshold=-75

There should be an instruction telling you to use this syntax or be implemented a solution that parses it properly when used in this manner --threshold -75

@LBlend LBlend added bug Something isn't working documentation Improvements or additions to documentation labels Feb 8, 2022
@LBlend LBlend added the help wanted Extra attention is needed label Mar 21, 2022
LBlend added a commit that referenced this issue Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant