CliHelpBuilder.WriteCommandArgumentsSection Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Writes a help section describing a command's arguments. Similar to:
Arguments:
<argument-1> Description for Argument1 [required]
public virtual bool WriteCommandArgumentsSection(HelpContext helpContext)
Parameters
helpContextHelpContextThe help context.