Chromium Code Reviews| Index: pkg/args/pubspec.yaml |
| diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml |
| index 232ce207ec756647c4c52a63f5127df4b6ecb0d0..9a84b1bf680ac8be5cb0c9fff830564826377c44 100644 |
| --- a/pkg/args/pubspec.yaml |
| +++ b/pkg/args/pubspec.yaml |
| @@ -1,6 +1,7 @@ |
| name: args |
| author: "Dart Team <misc@dartlang.org>" |
| homepage: http://www.dartlang.org |
| +documentation: http://api.dartlang.org/docs/args.html |
|
dgrove
2013/02/12 22:49:00
this should be docs/pkg/args, I believe.
Andrei Mouravski
2013/02/12 23:05:32
Done.
|
| description: > |
| Libraries for defining parsers for parsing raw command-line arguments into |
| a set of options and values using GNU and POSIX style options. |