ArgumentsExt.this

Constructor.

See ocean.text.Arguments for details on format of the parameters.

class ArgumentsExt
this

Parameters

name istring

Name of the application (to show in the help message)

desc istring

Short description of what the program does (should be one line only, preferably less than 80 characters)

usage istring

How the program is supposed to be invoked

help istring

Long description of what the program does and how to use it

stdout FormatOutput

Formatted output stream to use to print normal messages

stderr FormatOutput

Formatted output stream to use to print error messages

Meta