v0.1.5
-
When a command unexpectedly prints to stderr the error message we print now includes both stdout and stderr from that command. Reported by Greg Oschwald. Fixes #26.
-
When a command was configured with the
run_mode
asfiles
andchdir
astrue
, the paths passed to the command would still include parent directories. Reported by Greg Oschwald. Fixes #25.