Skip to content

Add CommandSignature.outputHelp method

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 13 Jul 20:32
310f714
This patch was authored and released by @tanner0101.

Adds outputHelp method to CommandSignature (#148).

This allows for the creation of formatted help commands using CommandSignature requiring conformance to Command. Command.outputHelp now uses this method internally.