mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
fish: improve completions a little bit
This commit is contained in:
parent
bcec866c6b
commit
cdf30033af
3 changed files with 25 additions and 22 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# swaymsg(1) completion
|
||||
|
||||
complete -f -c swaymsg
|
||||
complete -c swaymsg -s h -l help --description "Show help message and quit."
|
||||
complete -c swaymsg -s q -l quiet --description "Sends the IPC message but does not print the response from sway."
|
||||
complete -c swaymsg -s v -l version --description "Print the version (of swaymsg) and quit."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue