CountP is like Count only takes a shorthand for the flag name.
(name, shorthand string, usage string)
| 92 | |
| 93 | // CountP is like Count only takes a shorthand for the flag name. |
| 94 | func CountP(name, shorthand string, usage string) *int { |
| 95 | return CommandLine.CountP(name, shorthand, usage) |
| 96 | } |