mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-13 23:03:55 +01:00
chore: cleanup
This commit is contained in:
parent
b87f22975e
commit
1577ce400e
3 changed files with 28 additions and 25 deletions
|
|
@ -226,7 +226,7 @@ pub fn command_output(shell: &str, command: &str) -> String {
|
|||
.output()
|
||||
.expect("failed to execute process");
|
||||
|
||||
String::from_utf8_lossy(&output.stdout).to_string()
|
||||
String::from_utf8_lossy(&output.stdout).to_string()
|
||||
}
|
||||
|
||||
pub fn last_command(shell: &str) -> String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue