Skip to content

Commit 7dff384

Browse files
committed
Revert changes to package args
1 parent 80b3466 commit 7dff384

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pkgs/args/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 2.6.1
2-
3-
* Fix pubspec `repository` value.
4-
51
## 2.6.0
62

73
* Added source argument when throwing a `ArgParserException`.

pkgs/args/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: args
2-
version: 2.6.1
2+
version: 2.6.0
33
description: >-
44
Library for defining parsers for parsing raw command-line arguments into a set
55
of options and values using GNU and POSIX style options.
6-
repository: https://github.com/dart-lang/core/tree/main/pkgs/args
6+
repository: https://github.com/dart-lang/core/main/pkgs/args
77

88
topics:
99
- cli

0 commit comments

Comments
 (0)