cli_script 0.2.1
cli_script: ^0.2.1 copied to clipboard
Write scripts that call subprocesses with the ease of shell scripting and the power of Dart.
0.2.1 #
- Give the stream transformers exposed by this package human-readable
toString()s.
0.2.0 #
-
Add a
debugoption towrapMain()to print extra diagnostic information. -
Add a
runInShellargument for subprocesses. -
Accept
Iterable<String>instead ofList<String>for subprocess arguments. -
Use 257 rather than 256 as the sentinel value for
ScriptExceptions caused by Dart exceptions. -
Fix a bug where Dart exceptions could cause the script to exit before their debug information was printed to stderr.
0.1.0 #
- Initial release.