ICliRunWithContextAndReturnRun Method
The command handler that will be called when your command is invoked. Handler receives a
CliContext instance. Handler can return an exit code.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
int Run(
CliContext cliContext
)
- cliContext CliContext
[Missing <param name="cliContext"/> documentation for "M:DotMake.CommandLine.ICliRunWithContextAndReturn.Run(DotMake.CommandLine.CliContext)"]
Int32[Missing <returns> documentation for "M:DotMake.CommandLine.ICliRunWithContextAndReturn.Run(DotMake.CommandLine.CliContext)"]