-
Notifications
You must be signed in to change notification settings - Fork 28
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
Doesn't handle negative numbers for an arg #6
Comments
Doesn't actually crash, that's a result of my |
commander interprets it as a flag currently, we could special-case digits, might as well |
Seems like any value that starts with For example, if I pass in
I tried wrapping it in quotes but that didn't help. Any way around this? |
not currently, but we should support |
oh we do :D
|
If you want to have a program that has a negative number for an arg, commander.c causes a segfault.
or...
Any thoughts on why?
The text was updated successfully, but these errors were encountered: