build_cli_annotations 2.1.1
build_cli_annotations: ^2.1.1 copied to clipboard
Contains annotations for `package:build_cli`. See that package for more information.
2.1.1 #
- Added
@Target({TargetKind.field})toCliOption. - Require
args: ^2.6.0 - Require
sdk: ^3.8.0
2.1.0 #
- Added
CliOptions.createCommandfield to support creatingCommandhelper 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.0 #
- Update the constraint on
package:argsto'>=1.5.0 <1.7.0'. - Require Dart SDK
>=2.2.0 <3.0.0.
1.1.0 #
- Added
provideDefaultToOverridetoCliOptionto allow users to provide an override todefaultsTo.
1.0.1 #
- Support nullable annotation
1.0.0 #
- Update the version of
package:argsto'>=1.5.0 <1.6.0'.
0.1.2+1 #
- Support Dart 2 stable.
0.1.2 #
- Added
converttoCliOption.
0.1.1 #
- Added
valueHelptoCliOption.
0.1.0 #
- First release.