shell_executor 0.1.6 shell_executor: ^0.1.6 copied to clipboard
A simple shell commands executor.
0.1.6 #
- Add
workingDirectory
parameter to related methods inCommand
class.
0.1.5 #
- Add
execSync
toShellExecutor
andCommand
classes.
0.1.4 #
- add
pathExpansion
utility method.
0.1.3 #
- Update dart sdk version to ">=2.16.0 <4.0.0"
0.1.2 #
- Add the
workingDirectory
parameter to theShellExecutor
and related classes.
0.1.1 #
- FEAT: Add Command class.
0.1.0 #
- First release.