diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 03:13:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 03:13:18 -0600 |
| commit | a04e1784d1c892fa66a35179ef8f49006e9208b2 (patch) | |
| tree | 9bc909be4cb1109aa5ca3592969a3c845fd9dfb7 /argvAutoshell.go | |
| parent | 2b10e228d276b0a81b79bbdaf881f44a6f9208fb (diff) | |
identify and fix out of sync user branches
Diffstat (limited to 'argvAutoshell.go')
| -rw-r--r-- | argvAutoshell.go | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go index 2cfc004..a32c2fd 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -27,22 +27,24 @@ func (args) doBashAuto() { fmt.Println("--all") case "config": fmt.Println("add fix list delete") + case "delete": + argv.Delete.deleteMatch() + case "dirty": + fmt.Println("--show-files") + case "examine": + fmt.Println("fix") case "list": fmt.Println("--all --mine --favorites --private") case "pull": fmt.Println("--all --mine --favorites --private") case "patch": fmt.Println("list --submit show") - case "dirty": - fmt.Println("--show-files") case "user": fmt.Println("--force") case "devel": fmt.Println("--force") case "master": fmt.Println("--force") - case "delete": - argv.Delete.deleteMatch() default: if argv.BashAuto[0] == ARGNAME { // list the subcommands here |
