mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-13 15:00:15 +01:00
feat: auto adapt suggestion to shell syntax
This commit is contained in:
parent
171b3d4607
commit
8f9aac6bdc
3 changed files with 47 additions and 20 deletions
|
|
@ -62,7 +62,10 @@ fn main() {
|
|||
if command.is_none() {
|
||||
break;
|
||||
};
|
||||
command.unwrap()
|
||||
|
||||
let mut command = command.unwrap();
|
||||
shell::shell_syntax(&shell, &mut command);
|
||||
command
|
||||
};
|
||||
|
||||
let highlighted_suggestion = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue