pub fn run_command_substitution(cmd: &str) -> String
Run a $(...) command substitution on the live executor, returning captured stdout. Empty string when no executor is in scope.
$(...)