TakesValue returns true if the flag takes a value, otherwise false
()
| 122 | type DocGenerationFlag interface { |
| 123 | // TakesValue returns true if the flag takes a value, otherwise false |
| 124 | TakesValue() bool |
| 125 | |
| 126 | // GetUsage returns the usage string for the flag |
| 127 | GetUsage() string |
no outgoing calls
no test coverage detected