Method | Description | |
---|---|---|
CmdLineAction ( |
Method | Description | |
---|---|---|
InvokeCore ( Autofac unitOfWork, string args ) : void |
This method is called to execute the action.
|
|
OnParseComplete ( OptionContext c ) : void |
public CmdLineAction ( |
||
config | ||
prototype | string | |
description | string | |
maxValueCount | int | |
return | System |
protected abstract InvokeCore ( Autofac unitOfWork, string args ) : void | ||
unitOfWork | Autofac | |
args | string | |
return | void |
protected OnParseComplete ( OptionContext c ) : void | ||
c | OptionContext | |
return | void |