diff options
| author | Tim Sampson <tim@sampson.fi> | 2019-02-23 08:27:03 +0200 |
|---|---|---|
| committer | emersion <contact@emersion.fr> | 2019-02-23 09:17:02 +0100 |
| commit | cdf30033afdb4c1ead47ed208cee0c63a82b7ea4 (patch) | |
| tree | b47865bf3c035ad3e8d496adf8bcd2b4e4a97383 /completions/fish/swaymsg.fish | |
| parent | bcec866c6b383cbba1e7294f011be64425a05ff7 (diff) | |
fish: improve completions a little bit
Diffstat (limited to 'completions/fish/swaymsg.fish')
| -rw-r--r-- | completions/fish/swaymsg.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/fish/swaymsg.fish b/completions/fish/swaymsg.fish index fd577413..636e3500 100644 --- a/completions/fish/swaymsg.fish +++ b/completions/fish/swaymsg.fish @@ -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." |
