C# Class NSwag.Commands.VersionCommand

Inheritance: IConsoleCommand
Datei anzeigen Open project: NSwag/NSwag

Public Methods

Method Description
RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task

Runs the command.

Method Details

RunAsync() public method

Runs the command.
public RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task
processor CommandLineProcessor The processor.
host IConsoleHost The host.
return Task