whether the flag is a required flag or not
()
| 116 | type RequiredFlag interface { |
| 117 | // whether the flag is a required flag or not |
| 118 | IsRequired() bool |
| 119 | } |
| 120 | |
| 121 | // DocGenerationFlag is an interface that allows documentation generation for the flag |
no outgoing calls