| Age | Commit message (Collapse) | Author |
|
|
|
* Only use/show builtin `--version` flag if args are versioned with a non-empty `Version()`
* If args define a `--version` flag, honor it and disable/hide the builtin version flag
* Only return `ErrVersion` when using the builtin version flag
|
|
|
|
|
|
|
|
|
|
in the spec for each option
|
|
|
|
This moves most of the body of the MustParse function into a MustParse
method on a Parser. The MustParse function is now implemented by calling
the MustParse function on the Parser it implicitly creates.
Closes: #194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into a slice or map
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Pavel Borzenkov <[email protected]>
|
|
Signed-off-by: Pavel Borzenkov <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|