mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04: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 @@
|
|||
# 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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue