summaryrefslogtreecommitdiff
path: root/argvAutoshell.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-06-29 02:48:47 -0500
committerJeff Carr <[email protected]>2025-06-29 02:48:47 -0500
commit2616d0d8b45f98b0946b08bb15d047753d47949d (patch)
tree6a032069eef1073f62ee559564129cde2070b10c /argvAutoshell.go
parent0219d69bfb05358e7d3d5a615dbf275b93a48dae (diff)
add a way to debug protobuf Marshal() errorsv0.22.120v0.22.119
Diffstat (limited to 'argvAutoshell.go')
-rw-r--r--argvAutoshell.go6
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)