Hi, Is it possible? Simple script ``` -cmd haxelib run munit test test.hxml --verbose -cmd haxelib run dox -i build -o docs -in "^com\." ``` In case of 1st line fails, I want script to stop. Possible?