C# Class NuDeploy.CommandLine.Commands.HelpProvider

Inheritance: IHelpProvider
Show file Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
HelpProvider ( ApplicationInformation applicationInformation, IUserInterface userInterface ) : System
ShowHelp ( ICommand command ) : void
ShowHelpOverview ( IEnumerable commands ) : void

Method Details

HelpProvider() public method

public HelpProvider ( ApplicationInformation applicationInformation, IUserInterface userInterface ) : System
applicationInformation NuDeploy.Core.Common.Infrastructure.ApplicationInformation
userInterface IUserInterface
return System

ShowHelp() public method

public ShowHelp ( ICommand command ) : void
command ICommand
return void

ShowHelpOverview() public method

public ShowHelpOverview ( IEnumerable commands ) : void
commands IEnumerable
return void