From c7896e47f9c91e330b023bdb34a7540f193a5422 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 30 Aug 2025 15:15:43 -0500 Subject: code cleanup of early drafts of code from Gemini AI --- argvAutoshell.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'argvAutoshell.go') 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) -- cgit v1.2.3