mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:37:27 +08:00
More consistent --help
description
This commit is contained in:
parent
7afd44eac8
commit
ada9251412
|
@ -1,2 +1,2 @@
|
|||
complete -c contains -s h -l help -d "Display help"
|
||||
complete -c contains -s h -l help -d "Display help and exit"
|
||||
complete -c contains -s i -l index -d "Print index of first match"
|
||||
|
|
|
@ -1 +1 @@
|
|||
complete -c disown -s h -l help -d "Display help"
|
||||
complete -c disown -s h -l help -d "Display help and exit"
|
||||
|
|
|
@ -1 +1 @@
|
|||
complete -c emit -s h -l help -d "Display help"
|
||||
complete -c emit -s h -l help -d "Display help and exit"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
complete -c pwd -s h -l help -d "Display help"
|
||||
complete -c pwd -s h -l help -d "Display help and exit"
|
||||
complete -c pwd -s L -l logical -d "Print working directory without resolving symlinks"
|
||||
complete -c pwd -s P -l physical -d "Print working directory with symlinks resolved"
|
||||
|
|
Loading…
Reference in New Issue
Block a user