ICliRunWithReturnRun Method

The command handler that will be called when your command is invoked. Handler can return an exit code.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
int Run()

Return Value

Int32

[Missing <returns> documentation for "M:DotMake.CommandLine.ICliRunWithReturn.Run"]

See Also