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
30 stars 4 forks source link

Evaluate type-docopt (type validation w/ docopt) #24

Open bittner opened 2 years ago

bittner commented 2 years ago

The original docopt implementation supports default values, but it doesn't support types including choices, let alone type validation. There are two alternatives for that:

This topic is also discussed on the docopt-ng issue tracker.