login

F.2.11 library(optparse)

opt_arguments/3Extract commandline options according to a specification.
opt_help/2True when Help is a help string synthesized from OptsSpec.
opt_parse/4Equivalent to opt_parse(OptsSpec, ApplArgs, Opts, PositionalArgs, []).
opt_parse/5Parse the arguments Args (as list of atoms) according to OptsSpec.