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; |
||
|---|---|---|
| .. | ||
| .venv-whl-cache | ||
| deps/whl | ||
| online/fxreader/pr34 | ||
| _m.py | ||
| .mypy.ini | ||
| cli.py | ||
| m.py | ||
| meson_options.txt | ||
| meson.build | ||
| pyproject.common.toml | ||
| pyproject.toml.bak | ||
| requirements.3.13.txt | ||