mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Add wish
completion
This commit is contained in:
parent
e99501a08b
commit
55a06f8087
1 changed files with 8 additions and 0 deletions
8
share/completions/wish.fish
Normal file
8
share/completions/wish.fish
Normal file
|
@ -0,0 +1,8 @@
|
|||
complete -c wish -o encoding -d "Specify encoding"
|
||||
complete -c wish -o colormap -d "Use a new private colormap"
|
||||
complete -c wish -o display -d "Specify display"
|
||||
complete -c wish -o geometry -d "Specify initial geometry for window"
|
||||
complete -c wish -o name -d "Specify title for window"
|
||||
complete -c wish -o sync -d "Synchronize X server commands"
|
||||
complete -c wish -o use -d "Specify parent window id"
|
||||
complete -c wish -o visual -d "Specify visual"
|
Loading…
Reference in a new issue