diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -175,6 +175,8 @@ func DoAutoComplete(argv []string) { } else { fmt.Println("CUI GUI") } + case "--gui": + fmt.Println("andlabs gocui") case "list": fmt.Println("--mine --favorites --dirty") case "merge": @@ -198,7 +200,7 @@ func DoAutoComplete(argv []string) { default: if argv[0] == ARGNAME { // list the subcommands here - fmt.Println("help list checkout clean commit dirty fetch gui normal merge patch pull tag") + fmt.Println("help list checkout clean commit dirty fetch gui normal merge patch pull tag --gui") } } os.Exit(0) |
