Function reups_lib::list_command

source ·
pub fn list_command(sub_args: &ArgMatches<'_>, _main_args: &ArgMatches<'_>)
Expand description

Lists info about products defined in the product database

This function takes two arguments, one for command specific arguments, and one for program general options. These arguments are parsed from the command line, packaged and sent here. The arguments are defined in the argparse module.