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

Invalid CLI args and flags should not be accepted #6

Open
khalidx opened this issue Apr 23, 2022 · 0 comments
Open

Invalid CLI args and flags should not be accepted #6

khalidx opened this issue Apr 23, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@khalidx
Copy link
Owner

khalidx commented Apr 23, 2022

Currently, the CLI arg parsing is very lenient and won't fail if you pass an unknown flag, like --some-flag or use an unknown or extra arg. Change this behavior to fail and output a message if the provided args don't exactly match the CLI command definition.

@khalidx khalidx added the bug Something isn't working label Apr 23, 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
Projects
None yet
Development

No branches or pull requests

1 participant