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
One question - In this py-sh system are there error control options like what bash provides? e.g.: