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

Side by Side Diff: pkg/args/CHANGELOG.md

Issue 260963007: Move allowTrailingOptions into ArgParser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
OLDNEW
1 ## 0.11.0
2
3 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
4 itself. This lets subcommands have different behavior for how they handle
5 trailing options.
nweiz 2014/05/05 19:52:45 What's with all the whitespace between the * and t
Bob Nystrom 2014/05/05 22:36:02 It's not really necessary here but it means that s
6
1 ## 0.10.0+2 7 ## 0.10.0+2
2 8
3 * Usage ignores hidden options when determining column widths. 9 * Usage ignores hidden options when determining column widths.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698