cli_util 0.1.2 cli_util: ^0.1.2 copied to clipboard
A library to help in building Dart command-line apps.
Changelog #
0.1.2 #
- Fix a bug in
getSdkDir
(#21)
0.1.1 #
- Updated to the output for indeterminate progress
- Exposed a
Logger.isVerbose
getter
0.1.0 #
- Use the new
Platform.resolvedExecutable
API to locate the SDK - Add the
cli_logging.dart
library - 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