diff options
| -rw-r--r-- | notsure.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,3 +16,8 @@ type ArgsBash struct { func AppName() string { return me.ARGNAME } + +// maybe this is a good idea, maybe not +func (pb *Argv) Verbose() bool { + return true +} |
