which this argument can be accessed using the given name
(string)
| 66 | type Argument interface { |
| 67 | // which this argument can be accessed using the given name |
| 68 | HasName(string) bool |
| 69 | |
| 70 | // Parse the given args and return unparsed args and/or error |
| 71 | Parse([]string) ([]string, error) |
no outgoing calls
no test coverage detected