diff options
Diffstat (limited to 'notsure.go')
| -rw-r--r-- | notsure.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -14,11 +14,6 @@ type ArgsBash struct { Bash bool `arg:"--bash" help:"generate bash completion"` } -// returns the name of the executable registered for shell autocomplete -func AppName() string { - return me.ARGNAME -} - // maybe this is a good idea, maybe not func (pb *Argv) Verbose() bool { return true |
