Changes on master
that have not been published will be listed here.
10 Oct 2020
- Fixed a bug that ignored all shell options except for the shell in
setDefaults()
. - Fixed CMD encoding.
- Removed buggy shell detection.
22 Sep 2020
- Expansion is now optional.
- Inline options can be passed in nested arrays.
- Add shell default options with
setDefaults()
.
- Expansion is off by default.
- Removed
setDefaultShell()
in favour ofsetDefaults()
.
3 Oct 2017
Extracted from a larger private project.
- Encode Bash, PowerShell and CMD commands with
shellEncode()
. - Set default shell with
setDefaultShell()
.