GetSpecifiedName returns the name of the flag (without dashes) as it appeared in the parsed arguments.
()
| 86 | // GetSpecifiedName returns the name of the flag (without dashes) as it |
| 87 | // appeared in the parsed arguments. |
| 88 | func (e *ValueRequiredError) GetSpecifiedName() string { |
| 89 | return e.specifiedName |
| 90 | } |
| 91 | |
| 92 | // GetSpecifiedShortnames returns the group of shorthand arguments |
| 93 | // (without dashes) that the flag appeared within. If the flag was not in a |
no outgoing calls