summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-07 11:23:47 -0500
committerJeff Carr <[email protected]>2023-04-07 11:23:47 -0500
commitc16bb5b088ce71fd6d032228b505cb5e133fcb3c (patch)
tree197d7784d6050c2d1bdf197ab03a610ce8492f04 /args.go
parent5645231c498048dd4a1e4b097437a6f4c63cd022 (diff)
okay thenv0.1
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 41fe820..0206c5a 100644
--- a/args.go
+++ b/args.go
@@ -12,6 +12,7 @@ type LogOptions struct {
VerboseDNS bool `arg:"--verbose-dns" help:"debug your dns settings"`
LogFile string `help:"write all output to a file"`
// User string `arg:"env:USER"`
+ Display string `arg:"env:DISPLAY"`
}
var args struct {