diff options
| author | Jeff Carr <[email protected]> | 2024-02-09 03:48:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-09 03:48:46 -0600 |
| commit | 0949113167e0b37a4ba35637c3f6f6a2d0d14e8d (patch) | |
| tree | 26ed5b8b8c372d18b2c6e0428dbe5987c537e58e /args.go | |
| parent | de85ed65b32cbb91b8ca796deb51f0ff1fa85de3 (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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() { |
