summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:17:37 -0500
committerJeff Carr <[email protected]>2025-10-26 10:17:37 -0500
commit6d74699580cd1d25e97e129a6e796bf324298663 (patch)
tree81ad1d13f4ee2d56d941d505d00b4d6c14cd1444 /main.go
parente1e8951cc3cad6db900ac1240512902936c4f97a (diff)
argv is better nowv0.0.68
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1cd490a..3cf1d1b 100644
--- a/main.go
+++ b/main.go
@@ -31,7 +31,7 @@ func saveMissing() error {
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
var err error
me.forge, err = forgepb.InitByFullpath("/etc/forged/forge.text")