ICliRunAsyncWithReturn.RunAsync Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
The async command handler that will be called when your command is invoked. Handler can return an exit code.
Task<int> RunAsync()
The async command handler that will be called when your command is invoked. Handler can return an exit code.
Task<int> RunAsync()