set: list all modes (#14081)

Update set.md
This commit is contained in:
Managor
2024-10-09 20:36:11 +03:00
committed by GitHub
parent e7f7d022ea
commit 06dca5dfee

View File

@@ -23,6 +23,10 @@
`set -o {{emacs}}`
- List all modes:
`set -o`
- Exit the shell when (some) commands fail:
`set -e`