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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/args/README.md » ('j') | pkg/args/README.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.11.1
2
3 * 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"
4
1 ## 0.11.0 5 ## 0.11.0
2 6
3 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 7 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
4 itself. This lets subcommands have different behavior for how they handle 8 itself. This lets subcommands have different behavior for how they handle
5 trailing options. 9 trailing options.
6 10
7 ## 0.10.0+2 11 ## 0.10.0+2
8 12
9 * Usage ignores hidden options when determining column widths. 13 * Usage ignores hidden options when determining column widths.
OLDNEW
« 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