ArgumentsExt.this

Constructor.

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

class ArgumentsExt
this
(
string name = null
,
string desc = null
,
string usage = null
,
string help = null
,,)

Parameters

name string

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

desc string

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

usage string

How the program is supposed to be invoked

help string

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