fnds_cli 0.3.1 copy "fnds_cli: ^0.3.1" to clipboard
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 question parameter now accepts a String instead of a Function in 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, and macos instead of all except web

0.2.0 - 2025-04-02 #

Added #

  • Initial release of FNDS CLI with interactive selection and question prompts.
  • Support for ask, confirm, select, and multipleSelect functions.
  • Integration with StateManager for structured responses.
0
likes
150
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

Another starting point for interactive CLI using Dart, inspired by AstroJS CLI.

Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

ko-fi.com

License

MIT (license)

Dependencies

ansi_strip, args, logging

More

Packages that depend on fnds_cli