fish: improve completions a little bit

This commit is contained in:
Tim Sampson 2019-02-23 08:27:03 +02:00
parent f078a1ccb8
commit d2b5857da6
3 changed files with 25 additions and 22 deletions

View file

@ -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."