Skip to main content

parse_args

Function parse_args 

Source
pub fn parse_args(args: &[String]) -> Result<Action, CliError>
Expand description

Parses a command line, without the program name.

ยงErrors

Returns the message to print when the arguments do not name a compilation this compiler can attempt.