diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,6 @@ type AutoArgs struct { pb *Argv // the protobuf for the current process all *Argvs // the history of argv last *Argv // the pb from the last time the user tried autocomplete - flags []string // notsure Err error // store any errors from argv debug bool // is dubugging on? setupAuto bool // do shell autocomplete setup @@ -28,4 +27,5 @@ type AutoArgs struct { buildtime func() (string, string) // some examples autoFunc func(*Argv) // also a function for autocomplete guiFunc func() error // enables Gui functions + // flags []string // notsure } |
