From bf9f85a721d6045e631df9abe91f02d9723fcd19 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 01:58:49 -0500 Subject: fantastic --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 5b28289..4dadcd2 100644 --- a/structs.go +++ b/structs.go @@ -35,7 +35,7 @@ type AutoArgs struct { buildtime func() (string, string) // some examples pp *arg.Parser // for parsing the command line args. Yay to alexf lint! autoFunc func(*Auto) // also a function for autocomplete - match map[string]string // maps for strings + // match map[string]string // maps for strings } // print out auto complete debugging info -- cgit v1.2.3