diff options
| author | Jeff Carr <[email protected]> | 2025-10-20 13:20:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-20 13:20:52 -0500 |
| commit | 82c1b0289a1e855090400c54b693e518dc79d0f8 (patch) | |
| tree | 8fa7606023f1a42412d126245a6bdd98f0cc7478 | |
| parent | f914e39be658e0bfa773f030cb9d185d398109ae (diff) | |
still notsure about this
| -rw-r--r-- | notsure.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,11 @@ func (pb *Argv) Verbose() bool { } // maybe this is a good idea, maybe not +func Verbose() bool { + return true +} + +// maybe this is a good idea, maybe not func (pb *Argv) Gui() bool { log.Printf("CUR pb: %v\n", pb) log.Info("CUR ARGV:", pb.Real) |
