Missing completions for builtins

This commit is contained in:
Kid 2022-08-19 17:29:57 +00:00
parent 98692e0309
commit 1727ed7b5f
4 changed files with 7 additions and 0 deletions

View 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"

View file

@ -0,0 +1 @@
complete -c disown -s h -l help -d "Display help"

View file

@ -0,0 +1 @@
complete -c emit -s h -l help -d "Display help"

View 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"