summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-15 12:30:26 -0600
committerJeff Carr <[email protected]>2025-02-15 12:30:26 -0600
commitec0fe277f676fc1f0234aec6e2db6caf7e965d3f (patch)
treec366460cd33c6d0c73277733297d3767dddd068e
parentae13593d059d9f25690df64a5837ea4fbf2ccd96 (diff)
send the right args alreadyv0.22.80
-rw-r--r--argvAutoshell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go
index 62168ee..76ae9c0 100644
--- a/argvAutoshell.go
+++ b/argvAutoshell.go
@@ -44,7 +44,7 @@ func (args) doBashAuto() {
case "list":
fmt.Println("--all --mine --favorites --private")
case "pull":
- fmt.Println("--verbose")
+ fmt.Println("--force")
case "patch":
fmt.Println("get list --submit show")
case "user":