From b02f2eaffd7472dadf69e83b476449efccb7fa6d Mon Sep 17 00:00:00 2001 From: Username404 Date: Tue, 30 Mar 2021 16:16:53 +0200 Subject: [PATCH] Change the name of the zsh completion for "--target=". --- scripts/completions/zsh-completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/completions/zsh-completion.zsh b/scripts/completions/zsh-completion.zsh index cbbcb88..e516f96 100644 --- a/scripts/completions/zsh-completion.zsh +++ b/scripts/completions/zsh-completion.zsh @@ -4,7 +4,7 @@ _ybcon() { _arguments \ '( - 1)'{-h,--help}'[Print the help screen]' \ '( - 1)'--version'[Print the version]' \ - '( - 1)'--target='[Set the transpilation target]:opt:(lua js py)' \ + '( - 1)'--target='[Set the transpilation target]:language:(lua js py)' \ '( - 1)'{-p,--printresult}'[Enable printing the transpilation result to stdout]' \ "*:$completeyfile" return 0