Function bash_string_from_program_path_and_args

Source
pub fn bash_string_from_program_path_and_args(
    command_path: impl AsRef<str>,
    args: impl IntoIterator<Item = impl AsRef<str>>,
) -> String
Expand description

command_path has to be representable as a str to be made part of the bash code.