pub fn get() -> Vec<String>
Retrieves command-line arguments excluding the program name, returning them as a Vec of String.
Vec
String