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

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

Issue 812743002: Fix the built-in help command in args. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/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.12.2+1
2
3 * Fix the built-in `help` command for `CommandRunner`.
4
1 ## 0.12.2 5 ## 0.12.2
2 6
3 * Add `CommandRunner` and `Command` classes which make it easy to build a 7 * Add `CommandRunner` and `Command` classes which make it easy to build a
4 command-based command-line application. 8 command-based command-line application.
5 9
6 * Add an `ArgResults.arguments` field, which contains the original argument list . 10 * Add an `ArgResults.arguments` field, which contains the original argument list .
7 11
8 ## 0.12.1 12 ## 0.12.1
9 13
10 * Replace `ArgParser.getUsage()` with `ArgParser.usage`, a getter. 14 * Replace `ArgParser.getUsage()` with `ArgParser.usage`, a getter.
(...skipping 22 matching lines...) Expand all
33 37
34 ## 0.11.0 38 ## 0.11.0
35 39
36 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 40 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
37 itself. This lets subcommands have different behavior for how they handle 41 itself. This lets subcommands have different behavior for how they handle
38 trailing options. 42 trailing options.
39 43
40 ## 0.10.0+2 44 ## 0.10.0+2
41 45
42 * Usage ignores hidden options when determining column widths. 46 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | pkg/args/lib/command_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698