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 @@
# sway(1) completion
complete -f -c sway
complete -c sway -s h -l help --description "Show help message and quit."
complete -c sway -s c -l config --description "Specifies a config file."
complete -c sway -s C -l validate --description "Check the validity of the config file, then exit."