print.arg.parser {argparser} | R Documentation |
This function prints the help message.
## S3 method for class 'arg.parser'
print(x, ...)
x |
an |
... |
unused arguments |
At the command line, we would use the --help
or -help
flag
to print the help message:
$ script --help