Command.addActionOption

add the action option to command, which will invoke the callback we injected when parsing the flag of this option, only useful in client cmd

class Command
addActionOption
(,
void delegate
(
string[] vals...
)
call_back
,
bool endMode = true
)

Meta