diff options
| author | Jeff Carr <[email protected]> | 2025-08-30 15:15:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-30 15:15:43 -0500 |
| commit | c7896e47f9c91e330b023bdb34a7540f193a5422 (patch) | |
| tree | 76a0801d34c7b53442e2e5d2ecaeba5ef5e961c0 /argvAutoshell.go | |
| parent | 7f8f5e3b9b37fccbb357b70e6490823a8b22ae7e (diff) | |
code cleanup of early drafts of code from Gemini AI
Diffstat (limited to 'argvAutoshell.go')
| -rw-r--r-- | argvAutoshell.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go index 4bdb79d..3611411 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -21,7 +21,7 @@ func deleteMatch() { } func (args) doBashAuto() { - argv.doBashHelp() + // argv.doBashHelp() switch argv.BashAuto[0] { case "playback": fmt.Println("long --uuid") @@ -30,7 +30,7 @@ func (args) doBashAuto() { default: if argv.BashAuto[0] == ARGNAME { // list the subcommands here - fmt.Println("--add connect format interact playback") + fmt.Println("--json interact playback") } } os.Exit(0) |
