From 86ac85dd5b5432ca3d1ff935b6ff6582ba37c287 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Aug 2025 16:28:48 -0500 Subject: update auto complete. merge is smarter --- argvAutoshell.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'argvAutoshell.go') diff --git a/argvAutoshell.go b/argvAutoshell.go index 908c63b..d374360 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -20,12 +20,12 @@ import ( func (args) doBashAuto() { argv.doBashHelp() switch argv.BashAuto[0] { - case "list": - fmt.Println("--terminals") + case "merge": + fmt.Println("--force") default: if argv.BashAuto[0] == ARGNAME { // list the subcommands here - fmt.Println("--pull list") + fmt.Println("list merge") } } os.Exit(0) -- cgit v1.2.3