C# Class NuCmd.Commands.HelpCommand

Inheritance: Command
Show file Open project: NuGet/NuGet.Operations

Private Properties

Property Type Description
HelpFor System.Threading.Tasks.Task
HelpFor System.Threading.Tasks.Task
HelpFor System.Threading.Tasks.Task

Public Methods

Method Description
HelpFor ( IConsole console, CommandDefinition command ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnExecute ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
HelpFor ( CommandDefinition command ) : System.Threading.Tasks.Task
HelpFor ( string groupName ) : System.Threading.Tasks.Task
HelpFor ( string group, string name ) : System.Threading.Tasks.Task

Method Details

HelpFor() public method

public HelpFor ( IConsole console, CommandDefinition command ) : System.Threading.Tasks.Task
console IConsole
command CommandDefinition
return System.Threading.Tasks.Task

OnExecute() protected method

protected OnExecute ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task