Skip to main content

run_command_substitution

Function run_command_substitution 

Source
pub fn run_command_substitution(cmd: &str) -> String
Expand description

Run a $(...) command substitution on the live executor, returning captured stdout. Empty string when no executor is in scope.