mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add suspend help page.
This commit is contained in:
parent
5f080fcfc9
commit
0661553484
1 changed files with 14 additions and 0 deletions
14
doc_src/suspend.txt
Normal file
14
doc_src/suspend.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
\section suspend suspend - suspend the current shell
|
||||
|
||||
\subsection suspend-synopsis Synopsis
|
||||
\fish{synopsis}
|
||||
suspend [--force]
|
||||
\endfish
|
||||
|
||||
\subsection suspend-description Description
|
||||
|
||||
`suspend` suspends the current shell. In order to prevent suspending a
|
||||
shell that isn't a subshell, it will not suspend a shell if it is a
|
||||
login shell, or of `$SHLVLV` is less `$suspend_minimum_SHLVL`, which
|
||||
defaults to three. This test is skipped if the `--force` option is
|
||||
given or the shell is not interactive.
|
Loading…
Reference in a new issue