Skip to content

0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 17:18
· 17 commits to master since this release
8eaf6ff

🐛 Bug Fixes

Add `--squeeze` to all the child subparsers. @willgraf (#20)

--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.