diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 02:57:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 02:57:36 -0500 |
| commit | af388f137769fcee7aacac0b69ee20e47a996c71 (patch) | |
| tree | ad08e4a3532cc2c40f75637e0015ffb71a09d354 /argv.go | |
| parent | bdb6a5570525ae59f21a277f50e5a2dcd86e9dd0 (diff) | |
force always uses ~/incoming
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ func (args) Appname() string { func (a args) DoAutoComplete(pb *prep.Auto) { if pb.Cmd == "" { - pb.Autocomplete3([]string{"push", "build", "debian", "--install", "upgrade", "macos", "git", "--witcom --version --dry-run"}) + pb.Autocomplete3([]string{"push", "build", "debian", "--install", "upgrade", "macos", "git", "--witcom --version --dry-run --force"}) } else { pb.SubCommand(pb.Goargs...) } |
