darted_cli 0.1.19 darted_cli: ^0.1.19 copied to clipboard
darted_cli is a customizable Dart CLI framework for building command-line tools with hierarchical command structures, argument parsing, and flag management.
- [0.1.0] - Initial Release.
- [0.1.1] - Added custom ASCII Fonts for the Art.
- [0.1.2] - Fixed some assets-related issues.
- [0.1.3] - Documentation Fixes.
- [0.1.4] - asset-related fixes.
- [0.1.5] - Fixed 'help/version flags that are applied by default not being parsed'.
- [0.1.6] - Added two methods for the IO Helper to list files/directories in a root path.
- [0.1.7] - Updated the implementation to create Files.
- [0.1.8] - Added new 'Copy' methods.
- [0.1.9] - Added 'executeCommand' to the console helper.
- [0.1.10] - Some minor fixes.
- [0.1.11] - Added 'chooseOption' method that Prompts the user to choose an option (Single/Multi).
- [0.1.12] - Static Analysis Updates.
- [0.1.13] - Updated the searchFiles method to include the matches' starting position to make it easier to manipulate + Added 'allowed' parameter for it to search only certain files based on a RegExp pattern.
- [0.1.14] - Fix in the searchFiles function for incorrect position matches.
- [0.1.15] - Fix in the searchFiles function for incorrect line content indentations.
- [0.1.16] - Updated dependancies & Added
allowed
andexcluded
parameters in the ListAll functions. - [0.1.17] - Added describtion to
dartedFlag
anddartedArgument
models. - [0.1.18] - Added YAML Validation functionality using a schema, See the example main.dart for usage.
- [0.1.19] - Added YAML Data Extraction functionality into
Map<String,dynamic>
.