This commit is contained in:
MedzikUserBot 2022-01-25 17:26:52 +00:00
parent 62531904f9
commit b804e8faa2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ pub async fn parse(client: ImgurHandle) {
"fish" => print_completions(Shell::Fish, &mut app),
"powershell" => print_completions(Shell::PowerShell, &mut app),
_ => error!("Completions to shell `{shell}`, not found!")
_ => error!("Completions to shell `{shell}`, not found!"),
}
}
}