C# Class Microsoft.DocAsCode.SubCommands.DownloadCommand

Inheritance: ISubCommand
Mostrar archivo Open project: dotnet/docfx

Public Methods

Method Description
DownloadCommand ( DownloadCommandOptions options ) : System
Exec ( SubCommandRunningContext context ) : void

Method Details

DownloadCommand() public method

public DownloadCommand ( DownloadCommandOptions options ) : System
options Microsoft.DocAsCode.DownloadCommandOptions
return System

Exec() public method

public Exec ( SubCommandRunningContext context ) : void
context SubCommandRunningContext
return void