From 249481dc4bcc50782b094138b1999575c38b6a34 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 06:51:14 -0500 Subject: more house cleaning. starting to look better --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 9d47309..04e011d 100644 --- a/structs.go +++ b/structs.go @@ -32,6 +32,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 + err error // store any errors from argv } // returns the last command (is blank if the current arg is not blank) -- cgit v1.2.3