diff options
Diffstat (limited to 'bash.orig.go')
| -rw-r--r-- | bash.orig.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash.orig.go b/bash.orig.go index 1753498..52920eb 100644 --- a/bash.orig.go +++ b/bash.orig.go @@ -30,6 +30,7 @@ type AutoArgs struct { hidden bool // don't update the toolkits when it's hidden Auto func([]string) // the function for shell autocomplete appName string // a good way to track the name of the binary ? + examples func() 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 |
