CommandManagerRunCommandAsync Method

Overload List

RunCommandAsync Finds and instantiates the subcommand using the arguments from the EnvironmentGetCommandLineArgs method, using the first argument as the command name. If it succeeds, runs the command asynchronously. If it fails, writes error and usage information.
RunCommandAsync(ReadOnlyMemoryString) Finds and instantiates the subcommand with the name from the first argument, and if it succeeds, runs it asynchronously. If it fails, writes error and usage information.
RunCommandAsync(String) Finds and instantiates the subcommand with the name from the first argument, and if it succeeds, runs it asynchronously. If it fails, writes error and usage information.
RunCommandAsync(String, ReadOnlyMemoryString) Finds and instantiates the subcommand with the specified name, and if it succeeds, runs it asynchronously. If it fails, writes error and usage information.
RunCommandAsync(String, String) Finds and instantiates the subcommand with the specified name, and if it succeeds, runs it asynchronously. If it fails, writes error and usage information.

See Also