CliHelpBuilderWriteCommandOptionsSection Method
Writes a help section describing a command's options.
Similar to:
Options:
-o, --option-1 <option-1> Description for Option1 [default: DefaultForOption1]
-v, --version Show version information
-?, -h, --help Show help and usage information
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public virtual bool WriteCommandOptionsSection(
HelpContext helpContext
)
- helpContext HelpContext
- The help context.
Boolean if section was written,
if section was skipped.