diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 09:57:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 09:57:38 -0500 |
| commit | e7d680016ca9a0edb0815c32cc454d13e791d810 (patch) | |
| tree | 9d57a0378a6086d1a8cc108d241e2de66db97d2a | |
| parent | f683e1adc9fd612a67f6cc34ba3188a8120f87d7 (diff) | |
try out a global Verbose() to argv
| -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 +} |
