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

Validate command should use add_argument for nested argparse object #14

Merged
2 commits merged into from
Aug 1, 2022

Conversation

s-j-b
Copy link
Collaborator

@s-j-b s-j-b commented Aug 1, 2022

Summary

Issue: #13
argparse setup for shell command validate --all is currently using the wrong argparse method for adding an argument. This PR uses add_argument instead of add_option

Status

Tests currently failing due to to package issues seemingly unrelated to the code change. Ready for review

@s-j-b s-j-b requested a review from a user August 1, 2022 04:03
@ghost ghost merged commit ac766b5 into main Aug 1, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant