Table of Contents

Method WithCommand

Namespace
DisCatSharp.CommandsNext.Converters
Assembly
DisCatSharp.CommandsNext.dll

WithCommand(Command)

Sets the command this help message will be for.

public abstract BaseHelpFormatter WithCommand(Command command)

Parameters

command Command

Command for which the help message is being produced.

Returns

BaseHelpFormatter

This help formatter.