summaryrefslogtreecommitdiff
path: root/argv.custom.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.custom.go')
-rw-r--r--argv.custom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.custom.go b/argv.custom.go
index 25904ee..4a9a582 100644
--- a/argv.custom.go
+++ b/argv.custom.go
@@ -67,7 +67,7 @@ func (args) ArgvGui() error {
func (a args) DoAutoComplete(pb *argvpb.Argv) {
base := []string{"build", "upgrade", "git", "publish", "pb", "linux", "droplet", "test"}
- base = append(base, "--version", "--force", "--all")
+ base = append(base, "--version", "--force", "--all", "--dry-run")
// add these only if installed
if _, err := fhelp.CheckCmd("zood"); err == nil {