bundle change-password cli with peach-web

This commit is contained in:
notplants
2025-05-26 17:56:04 -04:00
parent eaca10954e
commit bc190051db
7 changed files with 66 additions and 7 deletions

View File

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