R/cmdline.R
arg_parser.Rd
Parse command-line arguments.
arg_parser(args = NULL)
Optionally pass the results of commandArgs(TRUE). We have this parameter so that we can test without side effects.
commandArgs(TRUE)
A list where args that aren't on the command line are NULL.