shell_cmd 0.2.5 shell_cmd: ^0.2.5 copied to clipboard
A library for running programs either explicitly or in shell
0.2.5 #
- Website changed
0.2.4 #
- Bugfix:
shell
must be variable, anddefaultShell
should be private
0.2.3 #
- Bugfix:
shell
must be initialised automatically - Bugfix: if SHELL/COMSPEC is undefined,
shell
should be a copy ofdefaultShell
- Removed unused
shellArgs
fromrun
andrunSync
0.2.2 #
- Breaking: renamed
source
totext
andsetSource
tosetText
. - Added another
runSync
test.
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.