summaryrefslogtreecommitdiff
path: root/notsure.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 03:23:32 -0500
committerJeff Carr <[email protected]>2025-10-18 03:23:32 -0500
commit7ef1d9192c366423f5e6bf2b68946aac5cdea336 (patch)
tree72c016d06341849fd3deaa38dac5d7138d56b4b0 /notsure.go
parent8ad0160a0d62591fbdc26518f8d664ff0ea64b8d (diff)
trying to fix gui autocomplete
Diffstat (limited to 'notsure.go')
-rw-r--r--notsure.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/notsure.go b/notsure.go
index f61b9c5..3474962 100644
--- a/notsure.go
+++ b/notsure.go
@@ -6,7 +6,7 @@ package argvpb
// this is sill in development
// figure out how to trigger this
-var argBash ArgsBash
+var ArgvBash ArgsBash
type ArgsBash struct {
Bash bool `arg:"--bash" help:"generate bash completion"`