summaryrefslogtreecommitdiff
path: root/argv.parseOsArgs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-27 18:39:18 -0500
committerJeff Carr <[email protected]>2025-10-27 18:39:18 -0500
commit4b096312a8ad49d0079242dc274c7c4a8a2cb31a (patch)
tree3621600ec15dc43ae552dbd45fe5d926c7cf2722 /argv.parseOsArgs.go
parent8a0353dfd94e24d2b1a67a2b5c1cdac37c91ad35 (diff)
trying to fix helpv0.0.48
Diffstat (limited to 'argv.parseOsArgs.go')
-rw-r--r--argv.parseOsArgs.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/argv.parseOsArgs.go b/argv.parseOsArgs.go
index 5df4a8d..b82a92a 100644
--- a/argv.parseOsArgs.go
+++ b/argv.parseOsArgs.go
@@ -12,6 +12,10 @@ func GetCmd() string {
return PB.GetCmd()
}
+func SetDebug(b bool) {
+ me.debug = b
+}
+
func mypanic(blah string) {
me.debug = true
doStdoutStderr()