forked from mirrors/jj
cli: compdef _jj jj
isn't necessary for Zsh completion setup
We missed this in8f1dc490
and38e61511
.
This commit is contained in:
parent
a736c153ae
commit
6873438b85
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue