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

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: Revise and bump package versions. 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.
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