fix: runtime typo candite from shell

This commit is contained in:
iff 2024-11-16 17:36:16 +01:00
parent 8740d01f12
commit 5428a7182d
3 changed files with 16 additions and 11 deletions

View file

@ -170,7 +170,7 @@ fn eval_suggest(
replaces::err(&mut suggest, error_msg);
replaces::command(&mut suggest, split_command);
replaces::shell(&mut suggest, shell);
replaces::typo(&mut suggest, split_command);
replaces::typo(&mut suggest, split_command, shell);
Some(suggest)
}