CliHelpBuilder.WriteAdditionalArgumentsSection Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Writes a help section describing a command's additional arguments, typically shown only when TreatUnmatchedTokensAsErrors is set to true.
public virtual bool WriteAdditionalArgumentsSection(HelpContext helpContext)
Parameters
helpContextHelpContextThe help context.