parse

parse the command line option and argument parameters according to the given command conatiner type. T = the command conatiner type

T*
parse
(
T
)
(
in string[] argv
)

Parameters

argv string[]

the command line arguments in string

Return Value

Type: T*

an initialized instance of the command conatiner type

Meta