diff options
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"` |
