CliRunAsync Method

Overload List

RunAsync(Delegate, CliSettings, CancellationToken) Parses the command line arguments and runs the indicated command as delegate.
RunAsyncTDefinition(String, CliSettings, CancellationToken) Parses a command line string value and runs the handler asynchronously for the indicated command.
RunAsyncTDefinition(String, CliSettings, CancellationToken) Parses a command line string array and runs the handler asynchronously for the indicated command.

See Also