diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -49,10 +49,12 @@ func (a args) DoAutoComplete(argv []string) { fmt.Println("riscv64") case "build": fmt.Println("user devel release") + case "--gui": + fmt.Println("nocui andlabs") default: if argv[0] == ARGNAME { // list the subcommands here - fmt.Println("arch build gui show") + fmt.Println("arch build gui show --gui") } } os.Exit(0) |
