We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pubspec.yaml
1 parent 5876246 commit ade36c4Copy full SHA for ade36c4
pkgs/args/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.6.1-wip
2
+
3
+* Fix the reporitory URL in `pubspec.yaml`.
4
5
## 2.6.0
6
7
* Added source argument when throwing a `ArgParserException`.
pkgs/args/pubspec.yaml
@@ -1,9 +1,9 @@
name: args
-version: 2.6.0
+version: 2.6.1-wip
description: >-
Library for defining parsers for parsing raw command-line arguments into a set
of options and values using GNU and POSIX style options.
-repository: https://github.com/dart-lang/core/main/pkgs/args
+repository: https://github.com/dart-lang/core/tree/main/pkgs/args
8
topics:
9
- cli
0 commit comments