Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // F flag prints full request F = flag.Bool("f", false, "Print full results, ie. no more '...'") // L flag limit results to a number L = flag.Int("l", 5, "Result list limit. Defaults to 5") // H flag specifies the host to connect to S = flag.String("s", "ok-b.org", "Server to connect to") H = flag.Bool("h", false, "Display help") Help = flag.Bool("help", false, "Display help, same as -h") // P flag enables private search P = flag.Bool("p", false, "Private search. Your search won't leave a trace. Pinky promise. Don't use this all the time if you want to see the search result relevancy improved") // D flag enables debug mode D = flag.Bool("d", false, "Debug mode") // DontPipe DontPipe = flag.Bool("dontpipe", false, "Flag for internal use - ignore this") // Version flag displays current version Version = flag.Bool("version", false, "Print version number") // V flag displays current version V = flag.Bool("v", false, "Print version number") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.