diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 01:58:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-12 01:58:49 -0500 |
| commit | bf9f85a721d6045e631df9abe91f02d9723fcd19 (patch) | |
| tree | 453d0b67ed5cb126482967291ce33e61e9e277e1 /structs.go | |
| parent | c6d9986d986b5d5b170335ff3a8f3e06d4c003ea (diff) | |
fantastic
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
