darted_cli 0.1.11 darted_cli: ^0.1.11 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).