CommandHelpText.toString

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

Return Value

Type: string

The result of toBuilder(appName).toString().

Meta