We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dc49f commit 5501672Copy full SHA for 5501672
completions/fish/sway.fish
@@ -2,7 +2,7 @@
2
3
complete -f -c sway
4
complete -c sway -s h -l help --description "Show help message and quit."
5
-complete -c sway -s c -l config --description "Specifies a config file."
+complete -c sway -s c -l config --description "Specifies a config file." -r
6
complete -c sway -s C -l validate --description "Check the validity of the config file, then exit."
7
complete -c sway -s d -l debug --description "Enables full logging, including debug information."
8
complete -c sway -s v -l version --description "Show the version number and quit."
0 commit comments