shell_cmd 0.2.1 shell_cmd: ^0.2.1 copied to clipboard
A library for running programs either explicitly or in shell
0.2.1 #
- Refactored
tempScriptPrefix
intotempScriptName
. - Improved the documentation.
- Upgraded dependencies.
0.2.0 #
- Removed
split()
andascii_ext.dart
- Use
parse()
only (no split, full parsing). - Added boolean member
runInShell
which suggests when running in shell is necessary: any special character is present.
0.1.0 #
- Initial version.