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

Use project description as ArgumentParser argument #28

Closed bittner closed 1 year ago

bittner commented 1 year ago

Fixes a minor issue introduced in an earlier cleanup.

"Simple is better than complex" (or "Don't make me think!")