mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-15 07:43:51 +01:00
deps: use libcurl
This commit is contained in:
parent
98a00674f3
commit
c97d6440f3
4 changed files with 152 additions and 29 deletions
|
|
@ -63,7 +63,7 @@ fn main() {
|
|||
}
|
||||
};
|
||||
|
||||
let mut last_command = shell::last_command(&shell);
|
||||
let mut last_command = shell::last_command(&shell).trim().to_string();
|
||||
last_command = shell::expand_alias(&shell, &last_command);
|
||||
let mut error_msg = command_output(&shell, &last_command);
|
||||
error_msg = error_msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue