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

Side by Side Diff: CHANGELOG.md

Issue 849023002: format code, removed unused variables and deprecated usage (Closed) Base URL: https://github.com/dart-lang/args.git@master
Patch Set: Created 5 years, 11 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 | example/test_runner.dart » ('j') | test/args_test.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.12.3-dev
2
3 * Updated dependency constraint on `unittest`.
4
1 ## 0.12.2+1 5 ## 0.12.2+1
2 6
3 * Fix the built-in `help` command for `CommandRunner`. 7 * Fix the built-in `help` command for `CommandRunner`.
4 8
5 ## 0.12.2 9 ## 0.12.2
6 10
7 * Add `CommandRunner` and `Command` classes which make it easy to build a 11 * Add `CommandRunner` and `Command` classes which make it easy to build a
8 command-based command-line application. 12 command-based command-line application.
9 13
10 * Add an `ArgResults.arguments` field, which contains the original argument list . 14 * Add an `ArgResults.arguments` field, which contains the original argument list .
(...skipping 26 matching lines...) Expand all
37 41
38 ## 0.11.0 42 ## 0.11.0
39 43
40 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 44 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
41 itself. This lets subcommands have different behavior for how they handle 45 itself. This lets subcommands have different behavior for how they handle
42 trailing options. 46 trailing options.
43 47
44 ## 0.10.0+2 48 ## 0.10.0+2
45 49
46 * Usage ignores hidden options when determining column widths. 50 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | example/test_runner.dart » ('j') | test/args_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698