build_cli_annotations 2.1.0 build_cli_annotations: ^2.1.0 copied to clipboard
Contains annotations for `package:build_cli`. See that package for more information.
2.1.0 #
- Added
CliOptions.createCommand
field to support creatingCommand
helper classes.
2.0.0 #
- This package now generates null safe code. Use with build_cli_annotations ^2.0.0 and SDK ^2.12 to get started.
1.2.1-dev #
- Require Dart SDK
>=2.7.0 <3.0.0
.
1.2.0 #
- Update the constraint on
package:args
to'>=1.5.0 <1.7.0'
. - Require Dart SDK
>=2.2.0 <3.0.0
.
1.1.0 #
- Added
provideDefaultToOverride
toCliOption
to allow users to provide an override todefaultsTo
.
1.0.1 #
- Support nullable annotation
1.0.0 #
- Update the version of
package:args
to'>=1.5.0 <1.6.0'
.
0.1.2+1 #
- Support Dart 2 stable.
0.1.2 #
- Added
convert
toCliOption
.
0.1.1 #
- Added
valueHelp
toCliOption
.
0.1.0 #
- First release.