CliHelpBuilderWriteSynopsisSection Method

Writes a help section describing a command's synopsis. Similar to:
console
DotMake Command-Line TestApp v1.6.0
Copyright © 2023-2024 DotMake

A root cli command with nested children

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public virtual bool WriteSynopsisSection(
	HelpContext helpContext
)

Parameters

helpContext  HelpContext
The help context.

Return Value

Boolean
if section was written, if section was skipped.

See Also