Skip to content

Commit eb7744c

Browse files
committed
Print command
1 parent 7d5f39d commit eb7744c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renutil.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,8 @@ pub async fn install(
709709
let mut cmd = Command::new(&python);
710710
cmd.args(["-EO", "android.py", "installsdk"]);
711711

712+
println!("Command: {cmd:?}");
713+
712714
println!("Environment");
713715
for (k, v) in std::env::vars() {
714716
println!("{k} = {v}");

0 commit comments

Comments
 (0)