mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Add a description to suspend
This commit is contained in:
parent
080458b31c
commit
6334047ebd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
function suspend
|
||||
function suspend -d "Suspend the current shell so long as it is not a login shell."
|
||||
if status --is-login
|
||||
echo cannot suspend login shell >&2
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue