append_files_to_shell_command

Function append_files_to_shell_command 

Source
pub fn append_files_to_shell_command(
    shell_command: String,
    files: Option<Vec<String>>,
) -> String
Expand description

Returns the received command with those files quoted and appended. If no file were provided (if files is None), it returns the shell command it self.