diff options
| author | Jeff Carr <[email protected]> | 2024-01-30 11:56:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-30 11:56:31 -0600 |
| commit | e1ceacfb2d89dc452efa06e9bf947151a9d22f6e (patch) | |
| tree | 6061bace9754b936c99aafe84595661b8116329c /args.go | |
| parent | d6d47630edb4a1c1b7d4d6fb534da870697c2dbd (diff) | |
debugging toolkitsv0.17.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
