| Age | Commit message (Collapse) | Author |
|
(true/false/maybe)
Signed-off-by: Filipe Brandenburger <[email protected]>
|
|
This is consistent with Go's native flag parsing module and can be used to implement custom boolean/tri-state flags.
Signed-off-by: Filipe Brandenburger <[email protected]>
|
|
(true/false/maybe)
Signed-off-by: Filipe Brandenburger <[email protected]>
|
|
This is consistent with Go's native flag parsing module and can be used to implement custom boolean/tri-state flags.
Signed-off-by: Filipe Brandenburger <[email protected]>
|
|
This was broken by commit 463bdc838f2b35 ("Adding Type() method to the values.") which added the method to the interface but did not update the custom types in unit tests.
Signed-off-by: Filipe Brandenburger <[email protected]>
|
|
|
|
|
|
|
|
Conflicts:
flag.go
|
|
Compatibility: commandLine -> CommandLine
|
|
|
|
|
|
|
|
Make reuse message more clear
|
|
|
|
|
|
|
|
|
|
|
|
Add ability to disable interspersed option support.
|
|
|
|
|
|
|
|
|
|
|
|
Up to date through e7cd0a82d669. Relevant changesets:
https://code.google.com/p/go/source/detail?r=059ba0d0dc6a27d115c619ff8bcd646335eed67f
https://code.google.com/p/go/source/detail?r=64a249c65d510184268160bf595cf3db478a296e
https://code.google.com/p/go/source/detail?r=6ca4825bc86760d43392469c0af266bb858fc77b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|