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

Side by Side Diff: CHANGELOG.md

Issue 1165263003: Follow getopt in parsing option-like values. (Closed) Base URL: git@github.com:dart-lang/args@master
Patch Set: Code review changes Created 5 years, 6 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/src/parser.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.1+1
2
3 * Allow option values that look like options. This more closely matches the
4 behavior of [`getopt`][getopt], the *de facto* standard for option parsing.
5
6 [getopt]: http://man7.org/linux/man-pages/man3/getopt.3.html
7
1 ## 0.13.1 8 ## 0.13.1
2 9
3 * Add `ArgParser.addSeparator()`. Separators allow users to group their options 10 * Add `ArgParser.addSeparator()`. Separators allow users to group their options
4 in the usage text. 11 in the usage text.
5 12
6 ## 0.13.0 13 ## 0.13.0
7 14
8 * **Breaking change**: An option that allows multiple values will now 15 * **Breaking change**: An option that allows multiple values will now
9 automatically split apart comma-separated values. This can be controlled with 16 automatically split apart comma-separated values. This can be controlled with
10 the `splitCommas` option. 17 the `splitCommas` option.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 80
74 ## 0.11.0 81 ## 0.11.0
75 82
76 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 83 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
77 itself. This lets subcommands have different behavior for how they handle 84 itself. This lets subcommands have different behavior for how they handle
78 trailing options. 85 trailing options.
79 86
80 ## 0.10.0+2 87 ## 0.10.0+2
81 88
82 * Usage ignores hidden options when determining column widths. 89 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | lib/src/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698