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

Side by Side Diff: CHANGELOG.md

Issue 1985883002: UsageException isn't called UsageError. (Closed) Base URL: git@github.com:dart-lang/args@master
Patch Set: Created 4 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
« 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.4+2
2
3 * Fix a minor documentation error.
4
1 ## 0.13.4+1 5 ## 0.13.4+1
2 6
3 * Ensure that multiple-value arguments produce reified `List<String>`s. 7 * Ensure that multiple-value arguments produce reified `List<String>`s.
4 8
5 ## 0.13.4 9 ## 0.13.4
6 10
7 * By default, only the first line of a command's description is included in its 11 * By default, only the first line of a command's description is included in its
8 parent runner's usage string. This returns to the default behavior from 12 parent runner's usage string. This returns to the default behavior from
9 before 0.13.3+1. 13 before 0.13.3+1.
10 14
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 125
122 ## 0.11.0 126 ## 0.11.0
123 127
124 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 128 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
125 itself. This lets subcommands have different behavior for how they handle 129 itself. This lets subcommands have different behavior for how they handle
126 trailing options. 130 trailing options.
127 131
128 ## 0.10.0+2 132 ## 0.10.0+2
129 133
130 * Usage ignores hidden options when determining column widths. 134 * 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