| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-09 | Rewrote the argparsing functionality to enable autocompletion via the ↵ | Furkan Sahin | -1/+1 | |
| "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 | ||||
| 2023-05-08 | Bump version and add a changelog | Furkan Sahin | -1/+1 | |
| 2023-05-06 | Bump version 0.1.1 | Furkan Sahin | -1/+1 | |
| 2023-05-06 | Update readme / bump version | Furkan Sahin | -1/+1 | |
| 2023-05-04 | Add packaging info | Furkan Sahin | -0/+23 | |
