CliHelpBuilderWriteCommandUsageSection Method
Writes a help section describing a command's usage.
Similar to:
Usage:
TestApp <argument-1> [command] [options]
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public virtual bool WriteCommandUsageSection(
HelpContext helpContext
)
- helpContext HelpContext
- The help context.
Boolean if section was written,
if section was skipped.