diff options
Diffstat (limited to 'argv.custom.go')
| -rw-r--r-- | argv.custom.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.custom.go b/argv.custom.go index c8c97be..25904ee 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -66,7 +66,7 @@ func (args) ArgvGui() error { } func (a args) DoAutoComplete(pb *argvpb.Argv) { - base := []string{"build", "upgrade", "git", "publish", "pb", "linux", "droplet"} + base := []string{"build", "upgrade", "git", "publish", "pb", "linux", "droplet", "test"} base = append(base, "--version", "--force", "--all") // add these only if installed |
