summaryrefslogtreecommitdiff
path: root/contrib/completion/hx.fish
diff options
context:
space:
mode:
authorTobias Hunger2022-09-20 07:11:30 +0000
committerGitHub2022-09-20 07:11:30 +0000
commit130793dfd06306d1f9d25c150c2dc456cda3f9ed (patch)
tree843854ea3bf08c251d440fca7c80303f5150b9b5 /contrib/completion/hx.fish
parent8988c1ecc757bb4d1c2372d8b8a78bae6a1fd85e (diff)
Add command line parameter to specify log file (#3807)
* Add command line parameter to specify log file I had the logs of my debug helix mixed in with the logs from the production helix. Add a `--log` command line argument to redirect any logs to other files, making my debugging easier :-) * Update completion files with `--log` argument
Diffstat (limited to 'contrib/completion/hx.fish')
-rw-r--r--contrib/completion/hx.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/hx.fish b/contrib/completion/hx.fish
index 65f248d4..71c74ab0 100644
--- a/contrib/completion/hx.fish
+++ b/contrib/completion/hx.fish
@@ -12,3 +12,4 @@ complete -c hx -s V -l version -d "Prints version information"
complete -c hx -l vsplit -d "Splits all given files vertically into different windows"
complete -c hx -l hsplit -d "Splits all given files horizontally into different windows"
complete -c hx -s c -l config -d "Specifies a file to use for completion"
+complete -c hx -s c -l log -d "Specifies a file to write log data into"