diff options
| author | Jeff Carr <[email protected]> | 2025-01-07 17:16:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-07 17:16:03 -0600 |
| commit | 1e8836a62a8982ed843deac9b88c4e6ceeb3aaf9 (patch) | |
| tree | ea7494894f1ac679796e00850a77954a7e1b0639 /main.go | |
| parent | 745bafccc8cb4001239a97b6de780a5ba63c5b56 (diff) | |
add bash autocomplete
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ import ( var VERSION string var BUILDTIME string +// used for shell auto completion +var ARGNAME string = "forge" + // using this for now. triggers config save var configSave bool |
