Add a CLI option to explicitly select a project path. #11

Closed
opened 2025-07-21 09:29:11 -07:00 by robert · 1 comment
Owner

The heuristic loader (#8) is not ready and I don't want to work on it right now.

Add a CLI option to allow the user to override the default "current dir" config selection.

E.g.:

:~$ gt-tool --conf=/home/dummy/project_A list-releases
# or
:~$ gt-tool --conf=../project_B upload-release <list of files>
The heuristic loader (#8) is not ready and I don't want to work on it right now. Add a CLI option to allow the user to override the default "current dir" config selection. E.g.: ``` :~$ gt-tool --conf=/home/dummy/project_A list-releases # or :~$ gt-tool --conf=../project_B upload-release <list of files> ```
robert added the Kind/Feature label 2025-07-21 09:29:11 -07:00
robert added this to the Configuration & Heuristics project 2025-07-21 09:29:11 -07:00
robert added reference configurability 2025-07-21 09:29:14 -07:00
robert moved this to In Progress in Configuration & Heuristics on 2025-07-21 09:29:42 -07:00
robert moved this to Done in Configuration & Heuristics on 2025-07-21 11:47:53 -07:00
Author
Owner

Completed in fc0d1b569c

Completed in fc0d1b569c8b343d91278385df1a488778951bf1
Sign in to join this conversation.