pub fn suggest_completions<L: AccessLevel, const MAX_MATCHES: usize>(
dir: &Directory<L>,
input: &str,
current_user: Option<&User<L>>,
) -> Result<CompletionResult<MAX_MATCHES>, CliError>Expand description
Suggest completions for partial input using prefix matching. Directories get “/” appended for single matches.