CommandHelpText.toBuilder

Creates a HelpTextBuilderSimple which is populated with all the information available from CommandT.

struct CommandHelpText(alias CommandT, alias ArgBinderInstance = ArgBinder!())
const
toBuilder
(
string appName
)

Parameters

appName string

The name of your application, this is displayed within the help text's "usage" string.

Return Value

A HelpTextBuilderSimple which you can then either further customise, or call .toString on.

Meta