pub fn append_files_to_shell_command(
shell_command: String,
files: Option<Vec<String>>,
) -> StringExpand 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.