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.
1 parent 80b3466 commit 7dff384Copy full SHA for 7dff384
pkgs/args/CHANGELOG.md
@@ -1,7 +1,3 @@
1
-## 2.6.1
2
-
3
-* Fix pubspec `repository` value.
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.1
+version: 2.6.0
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/tree/main/pkgs/args
+repository: https://github.com/dart-lang/core/main/pkgs/args
8
topics:
9
- cli
0 commit comments