mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Missing completions for builtins
This commit is contained in:
parent
98692e0309
commit
1727ed7b5f
4 changed files with 7 additions and 0 deletions
2
share/completions/contains.fish
Normal file
2
share/completions/contains.fish
Normal file
|
@ -0,0 +1,2 @@
|
|||
complete -c contains -s h -l help -d "Display help"
|
||||
complete -c contains -s i -l index -d "Print index of first match"
|
1
share/completions/disown.fish
Normal file
1
share/completions/disown.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -c disown -s h -l help -d "Display help"
|
1
share/completions/emit.fish
Normal file
1
share/completions/emit.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -c emit -s h -l help -d "Display help"
|
3
share/completions/pwd.fish
Normal file
3
share/completions/pwd.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
complete -c pwd -s h -l help -d "Display help"
|
||||
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 a new issue