painless-software / python-cli-test-helpers

Useful helpers for writing tests for your Python CLI program.
https://python-cli-test-helpers.readthedocs.io
GNU General Public License v3.0
28 stars 4 forks source link

Make file argument mandatory (docopt example) #21

Closed bittner closed 2 years ago

bittner commented 2 years ago

Copy+paste from the output of an argparse-based CLI implementation uses CAPITAL letters instead of the <file> syntax for mandatory positional arguments.

This went unnoticed even with the tests. Not nice. We fix the syntax now.