diff options
Diffstat (limited to 'complete.go')
| -rw-r--r-- | complete.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/complete.go b/complete.go index a8727c6..d18c642 100644 --- a/complete.go +++ b/complete.go @@ -53,7 +53,7 @@ func (args) ArgvGui() error { func (a args) DoAutoComplete() error { base := []string{"build", "upgrade", "git", "publish", "pb", "linux", "droplet", "test"} - base = append(base, "--version", "--force", "--all", "--dry-run") + base = append(base, "--version", "--force", "--all", "--dry-run", "--verbose") // add these only if installed if _, err := fhelp.CheckCmd("zood"); err == nil { |
