diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 23:43:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 23:43:04 -0500 |
| commit | d39cf6292236545524f3226d58b2fcf765f8972c (patch) | |
| tree | f4715892f5c927a9e94a391f045991c077615938 /main.go | |
| parent | 39227ec9aed3595fab60cdd3678eaa7536121163 (diff) | |
Bash()v0.5.14
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
