CliHelpBuilder.WriteCommandUsageSection Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Writes a help section describing a command's usage. Similar to:
Usage:
TestApp <argument-1> [command] [options]
public virtual bool WriteCommandUsageSection(HelpContext helpContext)
Parameters
helpContextHelpContextThe help context.