FlagExample is an interface which declares an example value.
| 20 | |
| 21 | // FlagExample is an interface which declares an example value. |
| 22 | type FlagExample interface { |
| 23 | Example() string |
| 24 | } |
| 25 | |
| 26 | // FlagVisibility is an interface which declares whether a flag should be |
| 27 | // hidden from help and completions. This is usually used for deprecations |
no outgoing calls
no test coverage detected
searching dependent graphs…