diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 02:11:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-12 02:11:40 -0500 |
| commit | 0c84559372b1d4c293ac10aa2b6de6e53ebb1163 (patch) | |
| tree | 14c92db2cbe6544c0c6b742e006d4736fe8da1d7 /structs.go | |
| parent | bf9f85a721d6045e631df9abe91f02d9723fcd19 (diff) | |
more housecleaning
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ 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 } // print out auto complete debugging info |
