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 }