Config
hth config lets you manage a configuration file.
Commands
- edit open a configuration file in the default editor
- Linux and macOS: hth-cli uses the default editor set in your EDITOR or VISUAL env var settings. If these are not set, hth-cli falls back to using xdg-open for Linux and open for macOS.
- Windows: hth-cli uses the start command to open the file in your default Windows file editor.
- show show a configuration
Flags
| Flags | Description |
|---|---|
| edit command flags: | |
| --global | Uses global config |
| --local | Uses local config |
| show command flags: | |
| --global | Uses global config |
| --local | Uses local config |
| --raw | Print raw file. |