Arguments.this

Constructor.

class Arguments
this
(
istring app_name = null
,,
istring usage = null
,,
istring sp = "-"
,
istring lp = "--"
,
char eq = '='
)

Parameters

app_name istring

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

short_desc istring

short description of what the application does (should be one line only, preferably less than 80 characters long)

usage istring

how the application is supposed to be invoked

long_desc istring

long description of what the application does and how to use it

sp istring

string to use as the short prefix (defaults to '-')

lp istring

string to use as the long prefix (defaults to '--')

eq char

character to use as the explicit assignment symbol (defaults to '=')

Meta