pub fn parse_first_arg(arg_list: &[String]) -> Option<String>
Expand description

Returns Option<String> with the first positional argument to the executable. Returns None if the command was entered as the executable only.