I am using your crate to package a powershell script that installs my ReaClassical system. As you can see, the original ps1 script includes various Write-Host messages that are helpful to show progress. I wonder if that is possible with your crate somehow? Or is it a case of needing to separate the ps1 file into smaller chunks and use Rust's println!?
I tried setting .print_commands flag to true but it seems to just dump the contents of the script all at once versus actual output.