dundalek/closh

Special modes for debugging (set -e, set -x)

dundalek opened this issue · 0 comments

Consider if we want to support:

set -e Exit immediately if a command exits with a non-zero status.

set -x Enables a mode of the shell where all executed commands are printed to the terminal.