From 0949113167e0b37a4ba35637c3f6f6a2d0d14e8d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 9 Feb 2024 03:48:46 -0600 Subject: added things to debug the toolkit code Signed-off-by: Jeff Carr --- args.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'args.go') 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() { -- cgit v1.2.3