set: add -e example (#7090)

This commit is contained in:
Managor
2021-11-07 23:04:05 +02:00
committed by GitHub
parent c308f2bca2
commit f00f1ac7b6

View File

@@ -17,3 +17,7 @@
- Set various options, e.g. enable `vi` style line editing:
`set -o {{vi}}`
- Set the shell to exit as soon as the first error is encountered (mostly used in scripts):
`set -e`