Skip to content

Commit

Permalink
cli: compdef _jj jj isn't necessary for Zsh completion setup
Browse files Browse the repository at this point in the history
We missed this in 8f1dc49 and 38e6151.
  • Loading branch information
martinvonz committed Sep 21, 2023
1 parent 6d5390d commit 9378060
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,6 @@ struct UtilCompletionArgs {
/// autoload -U compinit
/// compinit
/// source <(jj util completion --zsh)
/// compdef _jj jj
#[arg(long, verbatim_doc_comment)]
zsh: bool,
}
Expand Down

0 comments on commit 9378060

Please sign in to comment.