Chromium Code Reviews| Index: pkg/args/CHANGELOG.md |
| diff --git a/pkg/args/CHANGELOG.md b/pkg/args/CHANGELOG.md |
| index cb8acb9419b213fa0f5423a93ad8caefe7696128..5349ae2fdbce9ff967ca6c259a8ce11caf818c39 100644 |
| --- a/pkg/args/CHANGELOG.md |
| +++ b/pkg/args/CHANGELOG.md |
| @@ -1,3 +1,7 @@ |
| +## 0.11.1 |
| + |
| +* Options may define `valueHelp` which will then be shown in the usage. |
|
nweiz
2014/07/02 19:41:32
"valueHelp" -> "helpValue"
I find both of these n
Bob Nystrom
2014/07/07 20:37:34
I want to include "help" in the name to make it cl
nweiz
2014/07/07 20:52:00
I think "help" communicates that it's some sort of
Bob Nystrom
2014/07/07 23:16:06
.addOption() already has a parameter called "name"
|
| + |
| ## 0.11.0 |
| * Move handling trailing options from `ArgParser.parse()` into `ArgParser` |