show_arg_labels {argparser} | R Documentation |
Extract label and help strings from parser.
Description
Extract label and help strings from parser.
Usage
show_arg_labels(parser)
Arguments
parser |
|
Value
a list containing a reg.args
, flags
, and
opt.args
list, which each containing a label
string and a help
string
[Package argparser version 0.7.2 Index]