C# Class Tectil.NCommand.ExecutionFlows.RunExecute

Execute single command. Missing arguments will be asked for.
Inheritance: Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowBase, IExecutionFlow
Mostrar archivo Open project: tectil/NCommand

Public Methods

Method Description
Run ( ExecutionContext context ) : void

Mode Execute. Not silent, missing parameters will be asked.

Method Details

Run() public method

Mode Execute. Not silent, missing parameters will be asked.
public Run ( ExecutionContext context ) : void
context Tectil.NCommand.Contract.ExecutionContext Execution context
return void