From a06bbc158ca86ad4f676d49ec40cb62c96bfac70 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sat, 27 Feb 2021 22:24:03 +0100 Subject: [PATCH] Change the zsh description of the -p option. --- scripts/zsh-completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zsh-completion.zsh b/scripts/zsh-completion.zsh index 0ccd194..506cf4a 100644 --- a/scripts/zsh-completion.zsh +++ b/scripts/zsh-completion.zsh @@ -1,6 +1,6 @@ #compdef ybcon _ybcon() { - _arguments '-h[Print the help screen]' '--help[Print the help screen]' '--version[Print the version]' '-p[input file]:filename:_path_files -/ -g "*.ybcon"' + _arguments '-h[Print the help screen]' '--help[Print the help screen]' '--version[Print the version]' '-p[Enable printing the transpilation result to stdout]:filename:_path_files -/ -g "*.ybcon"' return 0 }