summaryrefslogtreecommitdiff
path: root/argvAutoshell.go
diff options
context:
space:
mode:
Diffstat (limited to 'argvAutoshell.go')
-rw-r--r--argvAutoshell.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go
index 42e958e..826837b 100644
--- a/argvAutoshell.go
+++ b/argvAutoshell.go
@@ -43,6 +43,8 @@ func (args) doBashAuto() {
fmt.Println("--full")
case "merge":
fmt.Println("devel master")
+ case "normal":
+ fmt.Println("on off")
case "pull":
fmt.Println("dirty clean list patches --force")
case "patch":