summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-30 11:56:31 -0600
committerJeff Carr <[email protected]>2024-01-30 11:56:31 -0600
commite1ceacfb2d89dc452efa06e9bf947151a9d22f6e (patch)
tree6061bace9754b936c99aafe84595661b8116329c /args.go
parentd6d47630edb4a1c1b7d4d6fb534da870697c2dbd (diff)
debugging toolkitsv0.17.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
-rw-r--r--args.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/args.go b/args.go
index 217d0fc..10565cf 100644
--- a/args.go
+++ b/args.go
@@ -16,6 +16,7 @@ import (
// GadgetTmpLog bool `arg:"--tmp-log" help:"automatically send STDOUT to /tmp"`
// GadgetVerboseDNS bool `arg:"--verbose" help:"debug your dns settings"`
var args struct {
+ TmpLog bool `arg:"--tmp-log" help:"automatically send STDOUT to /tmp"`
}
var NOW *log.LogFlag