pub fn parse_first_arg(arg_list: &[String]) -> Option<String>
Returns Option<String> with the first positional argument to the executable. Returns None if the command was entered as the executable only.
Option<String>
None