java_style {optigrab} | R Documentation |
Java-style command line options
Description
Functions for enabling Java-style commpand-line option behavior.
Usage
java_style
Format
An object of class list
of length 3.
Details
Functions for enabling Java-style command-line options. Java-style options
are characterized by a single dash (-
) before the option name.
By conventions, Java-style options cannot must begin with a upper or lower case letter.
See Also
Non-exported function
*_flag_test
,*_flag_to_name
and*_name_to_flag
[Package optigrab version 0.9.2.1 Index]