summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-09 03:48:46 -0600
committerJeff Carr <[email protected]>2024-02-09 03:48:46 -0600
commit0949113167e0b37a4ba35637c3f6f6a2d0d14e8d (patch)
tree26ed5b8b8c372d18b2c6e0428dbe5987c537e58e /args.go
parentde85ed65b32cbb91b8ca796deb51f0ff1fa85de3 (diff)
added things to debug the toolkit codev0.20.3v0.20.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
-rw-r--r--args.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/args.go b/args.go
index 0f45f70..1c38249 100644
--- a/args.go
+++ b/args.go
@@ -12,11 +12,8 @@ import (
"go.wit.com/log"
)
- // GadgetDisplay string `arg:"env:DISPLAY"`
- // 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"`
+ TmpLog bool `arg:"--tmp-log" help:"automatically send STDOUT to /tmp"`
}
func init() {