summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/args.go b/args.go
index aa8d224..9a9680b 100644
--- a/args.go
+++ b/args.go
@@ -6,8 +6,10 @@ import (
)
type LogOptions struct {
- LogFile string
+ LogFile string `help:"write all output to a file"`
Verbose bool
+ VerboseNet bool `arg:"--verbose-net" help:"debug network settings"`
+ VerboseDNS bool `arg:"--verbose-dns" help:"debug dns settings"`
// GuiDebug bool `help:"open up the wit/gui Debugging Window"`
// GuiDemo bool `help:"open the wit/gui Demo Window"`
User string `arg:"env:USER"`