Method | Description | |
---|---|---|
Execute ( string command, bool interactive ) : void |
Method | Description | |
---|---|---|
Configure ( ) : CommandResolver | ||
ContextBase ( string projectText, string defaultEnv ) : System | ||
Init ( ) : void | ||
OnAfterExecute ( ICommand commandObject, string command, bool interactive ) : void | ||
OnBeforeExecute ( ICommand commandObject, string command, bool interactive ) : void | ||
OnBeforeParse ( string command, bool interactive ) : void |
Method | Description | |
---|---|---|
ConfigureLogging ( ) : void |
protected abstract Configure ( ) : CommandResolver | ||
return | CommandResolver |
protected ContextBase ( string projectText, string defaultEnv ) : System | ||
projectText | string | |
defaultEnv | string | |
return | System |
public Execute ( string command, bool interactive ) : void | ||
command | string | |
interactive | bool | |
return | void |
protected OnAfterExecute ( ICommand commandObject, string command, bool interactive ) : void | ||
commandObject | ICommand | |
command | string | |
interactive | bool | |
return | void |
protected OnBeforeExecute ( ICommand commandObject, string command, bool interactive ) : void | ||
commandObject | ICommand | |
command | string | |
interactive | bool | |
return | void |
protected OnBeforeParse ( string command, bool interactive ) : void | ||
command | string | |
interactive | bool | |
return | void |