C# Class NSwag.Commands.VersionCommand

Inheritance: IConsoleCommand
Afficher le fichier Open project: NSwag/NSwag

Méthodes publiques

Méthode Description
RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task

Runs the command.

Method Details

RunAsync() public méthode

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