CliHelpBuilder.WriteSynopsisSection Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Writes a help section describing a command's synopsis. Similar to:
DotMake Command-Line TestApp v1.6.0
Copyright © 2023-2024 DotMake
A root cli command with nested children
public virtual bool WriteSynopsisSection(HelpContext helpContext)
Parameters
helpContextHelpContextThe help context.