func flag.Bool
7 uses
flag (current package)
flag.go#L649: func Bool(name string, value bool, usage string) *bool {
src.elv.sh/cmd/examples/widget
main.go#L18: horizontal = flag.Bool("horizontal", false, "use horizontal listbox layout")
testing
benchmark.go#L27: benchmarkMemory = flag.Bool("test.benchmem", false, "print memory allocations for benchmarks")
testing.go#L273: short = flag.Bool("test.short", false, "run smaller test suite to save time")
testing.go#L276: failFast = flag.Bool("test.failfast", false, "do not start new tests after the first test failure")
testing.go#L284: chatty = flag.Bool("test.v", false, "verbose: print additional output")
testing.go#L296: panicOnExit0 = flag.Bool("test.paniconexit0", false, "panic on call to os.Exit(0)")