fish: improve completions a little bit

This commit is contained in:
Tim Sampson 2019-02-23 08:27:03 +02:00 committed by emersion
parent bcec866c6b
commit cdf30033af
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."