pub fn parse_args<'a>() -> ArgMatches<'a>Expand description
This is the main argument parser for the reups program. It parses the arguments from the command
line into a ArgMatches object containing all the supplied options.
pub fn parse_args<'a>() -> ArgMatches<'a>This is the main argument parser for the reups program. It parses the arguments from the command
line into a ArgMatches object containing all the supplied options.