Table of Contents

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

helpContext HelpContext

The help context.

Returns

bool

true if section was written, false if section was skipped.