Bool, Int, Float64, and String define new flags, like the functions of the same name in package flag.
(name string, def bool, usage string)
| 89 | // Bool, Int, Float64, and String define new flags, |
| 90 | // like the functions of the same name in package flag. |
| 91 | Bool(name string, def bool, usage string) *bool |
| 92 | Int(name string, def int, usage string) *int |
| 93 | Float64(name string, def float64, usage string) *float64 |
| 94 | String(name string, def string, usage string) *string |
no outgoing calls
no test coverage detected