RunAsync(Delegate, CliSettings, CancellationToken) | Parses the command line arguments and runs the indicated command as delegate. |
RunAsync<TDefinition>(String, CliSettings, CancellationToken) | Parses a command line string value and runs the handler asynchronously for the indicated command. |
RunAsync<TDefinition>(String[], CliSettings, CancellationToken) | Parses a command line string array and runs the handler asynchronously for the indicated command. |