feat: Added two new flags to output where gman writes logs to and where it expects the config file to live

This commit is contained in:
2025-09-12 13:21:50 -06:00
parent 92e81f6d28
commit f46434ca44
4 changed files with 35 additions and 10 deletions
+9
View File
@@ -177,6 +177,15 @@ $HOME/Library/Application Support/rs.gman/config.yml
%APPDATA%/Roaming/gman/config.yml
```
### Discover paths (helpful for debugging)
You can ask `gman` where it writes its log file and where it expects the config file to live:
```shell
gman --show-log-path
gman --show-config-path
```
### Default Configuration
`gman` supports multiple providers. Select one as the default and then list provider configurations.