bundle change-password cli with peach-web
This commit is contained in:
@ -38,6 +38,7 @@ impl TildeClient {
|
||||
}
|
||||
|
||||
let result = String::from_utf8_lossy(&output.stdout).to_string();
|
||||
println!("Command: {:?}", command);
|
||||
println!("Command output: {}", result);
|
||||
|
||||
Ok(result)
|
||||
|
Reference in New Issue
Block a user