Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/args/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.6.1-wip

* Fix the reporitory URL in `pubspec.yaml`.

## 2.6.0

* Added source argument when throwing a `ArgParserException`.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/args/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

topics:
- cli
Expand Down