Function execute_script_interactive

Source
pub async fn execute_script_interactive(
    script: String,
    shebang: String,
) -> Result<ScriptSession, Box<dyn Error + Send + Sync>>
Expand description

Execute a script interactively, allowing for ongoing stdin/stdout interaction