diff options
Diffstat (limited to 'argvAutoshell.go')
| -rw-r--r-- | argvAutoshell.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go index e9dbd9e..c69ba70 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -34,9 +34,11 @@ func (args) doBashAuto() { case "commit": fmt.Println("--all") case "config": - fmt.Println("add fix list") + fmt.Println("add fix list debug") case "delete": deleteMatch() + case "debug": + fmt.Println("config") case "dirty": fmt.Println("") case "examine": @@ -60,7 +62,7 @@ func (args) doBashAuto() { default: if argv.BashAuto[0] == ARGNAME { // list the subcommands here - fmt.Println("--bash list checkout clean commit config dirty fetch patch pull sync") + fmt.Println("--bash list checkout clean commit config dirty debug fetch patch pull sync") } } os.Exit(0) |
