run

parse the command line option and argument parameters according to the given command conatiner type. And invoke the action member function and return if exists, otherwise invoke member container's action member function recursely. T = the root command container type

void
run
(
T
)
(
in string[] argv
)

Parameters

argv string[]

the arguments list in string

Meta