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 385ccdf commit 5467c65Copy full SHA for 5467c65
contrib/completion/hx.fish
@@ -11,5 +11,5 @@ complete -c hx -s v -o vv -o vvv -d "Increases logging verbosity"
11
complete -c hx -s V -l version -d "Prints version information"
12
complete -c hx -l vsplit -d "Splits all given files vertically into different windows"
13
complete -c hx -l hsplit -d "Splits all given files horizontally into different windows"
14
-complete -c hx -s c -l config -d "Specifies a file to use for completion"
15
-complete -c hx -s c -l log -d "Specifies a file to write log data into"
+complete -c hx -s c -l config -r -d "Specifies a file to use for completion"
+complete -c hx -l log -r -d "Specifies a file to write log data into"
0 commit comments