set: add -e example (#7090)
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user