ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: compdef _jj jj isn't necessary for Zsh completion setup

We missed this in 8f1dc490 and 38e61511.
This commit is contained in:
Martin von Zweigbergk 2023-09-21 09:40:24 -07:00 committed by Martin von Zweigbergk
parent a736c153ae
commit 6873438b85

View file

@ -1131,7 +1131,6 @@ struct UtilCompletionArgs {
/// autoload -U compinit
/// compinit
/// source <(jj util completion --zsh)
/// compdef _jj jj
#[arg(long, verbatim_doc_comment)]
zsh: bool,
}