cli_util 0.1.0
cli_util: ^0.1.0 copied to clipboard
A library to help in building Dart command-line apps.
Changelog #
0.1.0 #
- Use the new
Platform.resolvedExecutableAPI to locate the SDK - Add the
cli_logging.dartlibrary - utilities to display output and progress
0.0.1+3 #
- Find SDK properly when invoked from inside SDK tests.
0.0.1+2 #
- Support an executable in a symlinked directory.
0.0.1+1 #
- Fix for when the dart executable can't be found by
which.
0.0.1 #
- Initial version