Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultParser string = "text" ExecParser string = "exec" PortParser string = "port" TextParser string = "text" )
Variables ¶
View Source
var ( Usage = func() { w := flag.CommandLine.Output() fmt.Fprintf(w, "\nUsage: %s [flags] [commands] [args]\n", os.Args[0]) fmt.Fprintf(w, "\nFlags:\n\n") flag.PrintDefaults() fmt.Fprintf(w, "\nCommands:\n%s", helpText) } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.