summaryrefslogtreecommitdiff
path: root/argv.custom.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 02:36:25 -0500
committerJeff Carr <[email protected]>2025-10-24 02:36:25 -0500
commitd858946501f58a932521b05534c0a1717476adba (patch)
tree7ab0bdc145220ef44306b15211d46ddae7cfe447 /argv.custom.go
parent2ae3b613b8e1cac099eb029ad1baa18cc72bec6d (diff)
try to fix .deb build counter
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 {