Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dundalek opened this issue Apr 19, 2019 · 0 comments
Open

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

dundalek opened this issue Apr 19, 2019 · 0 comments

Comments

@dundalek
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant