fnds_cli 0.3.0 copy "fnds_cli: ^0.3.0" to clipboard
fnds_cli: ^0.3.0 copied to clipboard

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

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
140
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

ansi_strip, args, logging

More

Packages that depend on fnds_cli