diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 01:39:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 01:39:37 -0500 |
| commit | d0a5983ade20fed877c2803b73528c28dac77fa6 (patch) | |
| tree | 8c46f26d4ba09159c958dbea9a52cbcb5d5ddf7a /argv.go | |
| parent | 4acdb3bce3d7afb5f9218ac958b235358493563c (diff) | |
fixed subcommands for goargs help!!!
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ func (a args) DoAutoComplete(pb *prep.Auto) { if pb.Cmd == "" { pb.Autocomplete3([]string{"push", "build", "debian", "--install", "upgrade", "macos", "git", "--witcom --version --dry-run"}) } else { - pb.SubCommand(pb.Argv...) + pb.SubCommand(pb.Goargs...) } os.Exit(0) } |
