Skip to content

Releases: dart-lang/args

package:args v2.5.0

11 Apr 16:14
5c83bc9
Compare
Choose a tag to compare
  • Introduce new typed ArgResults flag(String), option(String), and multiOption(String) methods.
  • Require Dart 3.0.

package:args v2.4.2

05 Jun 16:38
a9543c0
Compare
Choose a tag to compare
  • Change the validation of mandatory options; they now perform validation when
    the value is retrieved (from the ArgResults object), instead of when the
    args are parsed.
  • Require Dart 2.19.

v2.4.0

10 Feb 19:34
b08471e
Compare
Choose a tag to compare
  • Command suggestions will now also suggest based on aliases of a command.
  • Introduce getter Command.suggestionAliases for names that cannot be used as
    aliases, but will trigger suggestions.

v2.3.2: blast_repo fixes (#230)

19 Jan 16:51
04c9346
Compare
Choose a tag to compare

1.5.3

28 Feb 20:27
24dc8dc
Compare
Choose a tag to compare
prep for publishing 1.5.3 (#133)

prep for publishing 1.5.3