Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: pkg/args/CHANGELOG.md

Issue 363083002: Allow defining a help string for an option's parameter value. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/args/README.md » ('j') | pkg/args/README.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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`
« no previous file with comments | « no previous file | pkg/args/README.md » ('j') | pkg/args/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698