fnds_cli 0.3.1
fnds_cli: ^0.3.1 copied to clipboard
Another starting point for interactive CLI using Dart, inspired by AstroJS CLI.
0.3.1 - 2025-05-03 #
Added #
- Performance optimizations for command processing pipeline
- New helper utilities for common CLI patterns
- Documentation improvements with more example use cases
Breaking Changes #
- Arguments verbose mode is no longer enabled by default, now you must explicitly configure verbose output in your command definitions
Fixed #
- Resolved edge case in nested command parsing
- Fixed minor formatting inconsistencies in help text output
- Improved error messages for better user experience
- Fixed platform-specific terminal behavior on Windows
0.3.0 - 2025-05-03 #
Added #
- Non-interactive CLI functionality for automated and scripted workflows
- Enhanced command processing pipeline
- New utility functions for input validation
- Support for unlimited nested command levels (commands can be nested as deep as needed)
Breaking Changes #
- The
questionparameter now accepts aStringinstead of aFunctionin all interactive input functions (ask,confirm,select,multipleSelect), I have no idea why I use Function in the first place.
Fixed #
- Improved error handling for invalid inputs
- Fixed console output formatting issues
- Platform supports now supposedly mentions
windows,linux, andmacosinstead of all exceptweb