- Multiline string command actions are now interpreted as to be concatenated into the same shell command using
&(windows) or;(linux). This allows several commands to leverage each other, for exampleconda activate+ some python execution. Fixes #6
See documentation page for details.