From 06dca5dfee7530313e449665d7836601251d8ea0 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:36:11 +0300 Subject: [PATCH] set: list all modes (#14081) Update set.md --- pages/common/set.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/set.md b/pages/common/set.md index 087ed30d8..aaf125996 100644 --- a/pages/common/set.md +++ b/pages/common/set.md @@ -23,6 +23,10 @@ `set -o {{emacs}}` +- List all modes: + +`set -o` + - Exit the shell when (some) commands fail: `set -e`