| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-09 | Rewrote the argparsing functionality to enable autocompletion via the ↵ | Furkan Sahin | -3/+2 | |
| "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-06 | Add compat filter in list models | Furkan Sahin | -1/+5 | |
| 2023-05-05 | Add interactive mode | Furkan Sahin | -4/+40 | |
| 2023-05-05 | Add command to list models | Furkan Sahin | -0/+13 | |
| 2023-05-04 | Add packaging info | Furkan Sahin | -0/+69 | |
