diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:37:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:37:57 -0500 |
| commit | 80d55ea478cb46de0da2d200173db11f804f0feb (patch) | |
| tree | fe00af29d1ab29170968353a1b08ce43907134e8 /main.go | |
| parent | fc6e055773cd872355c2ebddd223a99e16074b8a (diff) | |
newer cleaner better argvv0.0.99
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import ( func main() { me = new(mainType) - me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args + argvpb.Init(&argv, APPNAME, BUILDTIME, VERSION) // adds shell auto-complete if argv.Daemon { // turn off timestamps for STDOUT (systemd adds them) |
