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

Add --squeeze to all the child subparsers. #20

Merged
merged 1 commit into from
Aug 27, 2021
Merged

Add --squeeze to all the child subparsers. #20

merged 1 commit into from
Aug 27, 2021

Conversation

willgraf
Copy link
Contributor

--squeeze was added as an optional argument in #17, but it was added to the main argument parser instead of the parent. This means that the mesmer command does not recognize it.

This PR resolves the issue by adding it to the parent argparser instead of the primary one. This allows mesmer and all other subparsers to inherit the --squeeze arg.

@willgraf willgraf added the fix Fixes a bug label Aug 27, 2021
@willgraf willgraf merged commit 8eaf6ff into master Aug 27, 2021
@willgraf willgraf deleted the squeeze-fix branch August 27, 2021 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant