Pass existing `&[String]` arg values instead of converting them into `&[&str]`...
Pass existing `&[String]` arg values instead of converting them into `&[&str]` by `Vec` collecting to save some allocation
Pass existing `&[String]` arg values instead of converting them into `&[&str]` by `Vec` collecting to save some allocation