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

catch typos in type / name args and refuse to process #135

Open
pgalbavy-itrs opened this issue Jun 22, 2023 · 2 comments
Open

catch typos in type / name args and refuse to process #135

pgalbavy-itrs opened this issue Jun 22, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@pgalbavy-itrs
Copy link
Collaborator

For commands that need args, check for typos in case something like 'gatewayx' is treated as a name etc.

@pgalbavy-itrs pgalbavy-itrs added the bug Something isn't working label Jun 22, 2023
@pgalbavy-itrs pgalbavy-itrs self-assigned this Jun 22, 2023
@pgalbavy-itrs pgalbavy-itrs added enhancement New feature or request and removed bug Something isn't working labels Jul 6, 2023
@pgalbavy-itrs
Copy link
Collaborator Author

Best way to start would be to check len(params) in all commands that do not expect them (left over args) and to otherwise validate params in those commands that might use them

@pgalbavy-itrs
Copy link
Collaborator Author

Various commands where an implied wildcard doesn't seem useful have been updated to require "all" of no other names are given.

More work to do however.

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

No branches or pull requests

1 participant