diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,7 @@ var me *AutoArgs // this is a work in progress type AutoArgs struct { pb *Argv // the protobuf for the current process - all *Argvs // the protobuf for the current process + all *Argvs // the history of argv last *Argv // the pb from the last time the user tried autocomplete id int // should be unique Argv func([]string) // the function for shell autocomplete @@ -27,5 +27,4 @@ type AutoArgs struct { debug bool // is dubugging on? setupAuto bool // do shell autocomplete setup isAuto bool // try to do autocomplete - } |
