bjoernricks / python-quilt

A quilt implementation in python
MIT License
10 stars 3 forks source link

Support series -v #22

Closed vadmium closed 7 years ago

vadmium commented 7 years ago

I also extended the argparse wrapper to infer a single-dash option like “-v” when the option name is a single character, and factored out a helper function to test CLI commands.

bjoernricks commented 7 years ago

Really nice change in quilt/cli/parser.py!

bjoernricks commented 7 years ago

Could you also do me a favor next time and split changes like quilt/cli/parser.py into separate commits? I like having commits small and distinct as possible.