summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 23:43:04 -0500
committerJeff Carr <[email protected]>2025-09-26 23:43:04 -0500
commitd39cf6292236545524f3226d58b2fcf765f8972c (patch)
treef4715892f5c927a9e94a391f045991c077615938 /main.go
parent39227ec9aed3595fab60cdd3678eaa7536121163 (diff)
Bash()v0.5.14
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 ba72ece..2e71346 100644
--- a/main.go
+++ b/main.go
@@ -35,7 +35,7 @@ var ARGNAME string = "autogenpb"
// var fsort *os.File // the sort.pb.go output file
func main() {
- auto := prep.Bash3(&argv) // add support for bash autocomplete with go-arg
+ auto := prep.Bash(&argv) // add support for bash autocomplete with go-arg
var pb *Files
pb = new(Files)