Class HelpArgs
Assembly: AnalysisPrograms.dll
Syntax
[Command("help", Description = "Prints the full help for the program and all actions")]
public class HelpArgs : SubCommandBase
Fields
|
Improve this Doc
View Source
HelpCommandName
Declaration
public const string HelpCommandName = "help"
Field Value
Properties
|
Improve this Doc
View Source
CommandName
Declaration
[Argument(0, Description = "The command to get help on")]
public string CommandName { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(CommandLineApplication)
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type |
Name |
Description |
McMaster.Extensions.CommandLineUtils.CommandLineApplication |
app |
|
Returns
Overrides
Extension Methods