pub fn insert_default_command<I, S>(args: I, command: &str) -> Vec<String>where I: IntoIterator<Item = S>, S: Into<String>,