diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 01:36:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 01:36:08 -0500 |
| commit | fc8a572f15cfb275e6781a5f1355845ef212d23a (patch) | |
| tree | de0a385eb5166904f03dd70aa3e246aae8381ba8 /complete.go | |
| parent | 6b70cc1f09163a455a8b85047bf393ea201b46c7 (diff) | |
minor
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 { |
