C# Class NuDeploy.CommandLine.Commands.Console.HelpCommand

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

Public Properties

Property Type Description
AlternativeCommandNames string[]

Public Methods

Method Description
Execute ( ) : bool
HelpCommand ( IHelpProvider helpProvider ) : System

Method Details

Execute() public method

public Execute ( ) : bool
return bool

HelpCommand() public method

public HelpCommand ( IHelpProvider helpProvider ) : System
helpProvider IHelpProvider
return System

Property Details

AlternativeCommandNames public property

public string[] AlternativeCommandNames
return string[]