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

Side by Side Diff: CHANGELOG.md

Issue 1812923003: Add an explicit distinction between a command's description and summary. (Closed) Base URL: git@github.com:dart-lang/args@master
Patch Set: Created 4 years, 9 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
3 * By default, only the first line of a command's description is included in its
4 parent runner's usage string. This returns to the default behavior from
5 before 0.13.3+1.
6
7 * A `Command.summary` getter has been added to explicitly control the summary
8 that appears in the parent runner's usage string. This getter defaults to the
9 first line of the description, but can be overridden if the user wants a
10 multi-line summary.
11
1 ## 0.13.3+6 12 ## 0.13.3+6
2 13
3 * README fixes. 14 * README fixes.
4 15
5 ## 0.13.3+5 16 ## 0.13.3+5
6 17
7 * Make strong mode clean. 18 * Make strong mode clean.
8 19
9 ## 0.13.3+4 20 ## 0.13.3+4
10 21
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 117
107 ## 0.11.0 118 ## 0.11.0
108 119
109 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 120 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
110 itself. This lets subcommands have different behavior for how they handle 121 itself. This lets subcommands have different behavior for how they handle
111 trailing options. 122 trailing options.
112 123
113 ## 0.10.0+2 124 ## 0.10.0+2
114 125
115 * Usage ignores hidden options when determining column widths. 126 * 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