From d39cf6292236545524f3226d58b2fcf765f8972c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 23:43:04 -0500 Subject: Bash() --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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) -- cgit v1.2.3