config 0.8.0
config: ^0.8.0 copied to clipboard
A package for parsing command-line arguments and configuration files.
0.8.0 #
- FEAT: multiParser getter in MultiOption (#67).
- FIX: Ensure tested up to Dart 3.9 (#62).
0.7.2 #
- DOCS(config): Corrected GitHub links in README.
0.7.1 #
- docs: Corrected BetterCommand references and links in README
0.7.0 #
- feat: Moved out the
config
library from thecli_tools
package and into its own package, to be published asconfig
on pub.flutter-io.cn.