Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: args | 1 name: args |
| 2 version: 0.13.0 | 2 version: 0.13.0 |
|
Bob Nystrom
2015/05/21 16:30:42
Bump this and update the CHANGELOG.
nweiz
2015/05/21 19:12:12
Done.
| |
| 3 author: "Dart Team <misc@dartlang.org>" | 3 author: "Dart Team <misc@dartlang.org>" |
| 4 homepage: https://github.com/dart-lang/args | 4 homepage: https://github.com/dart-lang/args |
| 5 description: > | 5 description: > |
| 6 Library for defining parsers for parsing raw command-line arguments into | 6 Library for defining parsers for parsing raw command-line arguments into |
| 7 a set of options and values using GNU and POSIX style options. | 7 a set of options and values using GNU and POSIX style options. |
| 8 | 8 |
| 9 dev_dependencies: | 9 dev_dependencies: |
| 10 unittest: ">=0.11.5 <0.12.0" | 10 test: ">=0.12.0 <0.13.0" |
| 11 environment: | 11 environment: |
| 12 sdk: ">=1.4.0 <2.0.0" | 12 sdk: ">=1.4.0 <2.0.0" |
| OLD | NEW |