From bf9f85a721d6045e631df9abe91f02d9723fcd19 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 01:58:49 -0500 Subject: fantastic --- bash.go | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bash.go') diff --git a/bash.go b/bash.go index 2602513..0cef75c 100644 --- a/bash.go +++ b/bash.go @@ -9,6 +9,16 @@ import ( "strings" ) +// deprecate this +func Bash3(dest any) *Auto { + return Autocomplete(dest) +} + +// deprecate this +func Bash(dest any) *Auto { + return Autocomplete(dest) +} + func makeCompletionText(argname string) string { sh := getParentProcessName() return fmt.Sprintf("# shell might be %s", sh) -- cgit v1.2.3