config 0.8.3
config: ^0.8.3 copied to clipboard
A package for parsing command-line arguments and configuration files.
0.8.3 #
- FIX(config): Improved doc comments & value formatting of options (#82).
- FIX(config): Validation Logic for Configuration File Extension (#76).
0.8.2 #
- FEAT: Support for Option Group Name (#71).
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
configlibrary from thecli_toolspackage and into its own package, to be published asconfigon pub.dev.