deps: use libcurl

This commit is contained in:
iff 2024-11-22 10:49:24 +01:00
parent 98a00674f3
commit c97d6440f3
4 changed files with 152 additions and 29 deletions

View file

@ -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