Function reups_lib::parse_args

source ·
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.