print.arg.parser {argparser} | R Documentation |
Print the help message for an arg.parser.
Description
This function prints the help message.
Usage
## S3 method for class 'arg.parser'
print(x, ...)
Arguments
x |
an |
... |
unused arguments |
Details
At the command line, we would use the --help
or -help
flag
to print the help message:
$ script --help
[Package argparser version 0.7.2 Index]