1. add stop_at param to commands_typed/argparse.py parse_args(); 2. when a token from stop_at is found, parsing stops and remainder is returned inclusive; 3. enables main parser to stop before subcommand so -h passes through to subcommand; 4. add test_argparse.py with 10 tests: default, double-dash, stop_at, edge cases; 5. add test_argparse to pr34 test_names config; 6. bump pr34 to v0.1.5.69; |
||
|---|---|---|
| .. | ||
| commands_typed | ||
| tasks | ||
| tests | ||
| __init__.py | ||
| commands.py | ||
| oom_firefox.py | ||
| py.typed | ||