setUnparsedArgs.cmd_parser: Method for distributing cmdline arguments to a parser...

Description Usage Arguments See Also

Description

when distributing arguments to a parser, parsing is not instantiated before calling parseUnparsedArgs on either the parser or the individual arguments.

Usage

1
2
## S3 method for class 'cmd_parser'
setUnparsedArgs(x, args, ...)

Arguments

x

the object to provide unparsed arguments for

args

A character vector of arguments to be passed

...

further arguments passed to the specific methods

See Also

setUnparsedArgs.cmd_arg


Bijaelo/cmdline.arguments documentation built on June 12, 2021, 1:42 p.m.