diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-05-09 15:57:05 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-05-09 15:57:05 -0500 |
| commit | 65528bd77d156d568252ebf81034b364edd07540 (patch) | |
| tree | 710c89788e193620be368d938eab2a2033739175 /.github/workflows/python-package.yml | |
| parent | f1cb281ee948e693ec3be1b9dfcde379d4b04ecc (diff) | |
Rewrote the argparsing functionality to enable autocompletion via the "kislyuk/argcomplete" package.
This essentially means:
- `argparsing.py` does a minimal amount of work to initialize the arg parser.
Then it attempts dynamic completion.
- `argvalidation.py` processes the raw arguments parsed in
`argparsing.py`, validates them, issues warnings (if required), and
splits them into logical groupings
- Commands in `gcli.py` have been moved to `cmd.py`
- `main.py` provides an initial control path to call these functions in
succession
Diffstat (limited to '.github/workflows/python-package.yml')
0 files changed, 0 insertions, 0 deletions
