Skip to content

0.8.0 - Multiline command actions

Latest

Choose a tag to compare

@smarie smarie released this 09 Oct 20:13
· 2 commits to master since this release
  • 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 example conda activate + some python execution. Fixes #6

See documentation page for details.