mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
fix: runtime typo candite from shell
This commit is contained in:
parent
8740d01f12
commit
5428a7182d
3 changed files with 16 additions and 11 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue