From 127f36ca1f82ca9c1945e08802a49e4f9e30d2b7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Sep 2025 15:03:44 -0500 Subject: refactor to store info --- argv.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 5a308c7..ef20d8e 100644 --- a/argv.go +++ b/argv.go @@ -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) -- cgit v1.2.3