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

Side by Side Diff: CHANGELOG.md

Issue 2173623002: Allow command ArgParsers to be overridden. (Closed) Base URL: git@github.com:dart-lang/args@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | lib/command_runner.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.13.5
2
3 * Allow `CommandRunner.argParser` and `Command.argParser` to be overridden in
4 strong mode.
5
1 ## 0.13.4+2 6 ## 0.13.4+2
2 7
3 * Fix a minor documentation error. 8 * Fix a minor documentation error.
4 9
5 ## 0.13.4+1 10 ## 0.13.4+1
6 11
7 * Ensure that multiple-value arguments produce reified `List<String>`s. 12 * Ensure that multiple-value arguments produce reified `List<String>`s.
8 13
9 ## 0.13.4 14 ## 0.13.4
10 15
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 130
126 ## 0.11.0 131 ## 0.11.0
127 132
128 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 133 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
129 itself. This lets subcommands have different behavior for how they handle 134 itself. This lets subcommands have different behavior for how they handle
130 trailing options. 135 trailing options.
131 136
132 ## 0.10.0+2 137 ## 0.10.0+2
133 138
134 * Usage ignores hidden options when determining column widths. 139 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | lib/command_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698