cli_repl 0.1.1+1 copy "cli_repl: ^0.1.1+1" to clipboard
cli_repl: ^0.1.1+1 copied to clipboard

outdatedDart 1 only

A simple library for creating CLI REPLs

Changelog #

0.1.1 #

  • Fix issues on Windows

0.1.0 #

  • Makes Repl.run() synchronous, since that use case is probably more common. The asynchronous version can now be run with Repl.runAsync().

  • When running with Repl.run() and no terminal, this will no longer crash, and instead print both prompts and the input, allowing you to test a REPL by piping input to it.

  • Adds support for limited cutting and pasting with Ctrl-U, Ctrl-K, and Ctrl-Y.

0.0.1 #

  • Initial release
4
likes
0
pub points
95%
popularity

Publisher

unverified uploader

A simple library for creating CLI REPLs

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, io

More

Packages that depend on cli_repl