Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

First time I've seen this and it looks amazing. Poorly named perhaps, though it is certainly a nice option to be aware of! Thank you for sharing.

One question - In this py-sh system are there error control options like what bash provides? e.g.:

    set -o errexit
    set -o pipefail
    set -o nounset


These options are set by default - non zero exit code or unknown variable will raise an exception. You can catch it if you don't want to exit.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: