Lines Matching defs:complete
20 #[command(group = clap::ArgGroup::new("complete").multiple(true).conflicts_with("register"))]
33 group = "complete"
37 #[arg(long, hide_short_help = true, group = "complete")]
44 group = "complete"
48 #[arg(long, hide_short_help = true, group = "complete")]
55 group = "complete"
59 #[arg(raw = true, hide_short_help = true, group = "complete")]
65 pub fn complete(&self, cmd: &mut clap::Command) -> std::convert::Infallible {
100 let completions = complete(
187 COMPREPLY=( $("COMPLETER" complete --index ${COMP_CWORD} --type ${COMP_TYPE} ${SPACE_ARG} --ifs="$IFS" -- "${COMP_WORDS[@]}") )
194 complete OPTIONS -F _clap_complete_NAME EXECUTABLES
290 pub fn complete(
324 "complete::next: Begin parsing '{:?}' ({:?})",
452 // Should not complete
497 // Can't complete without a `current_dir`