summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 11:55:56 -0600
committerJeff Carr <[email protected]>2024-01-08 11:55:56 -0600
commit16fe0dacddbb3f425ec43174ccd7fb347e2e310d (patch)
tree9fa7fc19edd8ac7274f14bc4b9aa7b6cfbebec7d /args.go
parentb1c311a1e23f8b6557a289e85bb9f402b8523fdf (diff)
not sure
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 6ee6960..08fdd8a 100644
--- a/args.go
+++ b/args.go
@@ -15,6 +15,7 @@ import (
var args struct {
Display string `arg:"env:DISPLAY"`
+ TmpLog bool `arg:"--tmp-log" help:"automatically send STDOUT to /tmp"`
VerboseDNS bool `arg:"--verbose-dns" help:"debug your dns settings"`
}