diff options
| -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) |
