Chromium Code Reviews| Index: pkg/args/pubspec.yaml |
| =================================================================== |
| --- pkg/args/pubspec.yaml (revision 0) |
| +++ pkg/args/pubspec.yaml (revision 0) |
| @@ -0,0 +1,9 @@ |
| +name: args |
| +description: > |
| + Libraries for defining parsers for parsing raw command-line arguments into |
| + a set of options and values using [GNU][] and [POSIX][] style options. |
|
Jennifer Messerly
2012/08/17 21:00:16
probably should copy the GNU and POSIX links or re
|
| + |
| + |
| +dependencies: |
| + unittest: |
| + sdk: unittest |