CommandHelp

public struct CommandHelp

Structure that represents a Command information.

When the help is about to be printed, a CommandHelp is generated from the current Command. A CommandHelp represents all the info required to print the help message of a command.

a HelpGenerator is created and passed this CommandHelp. the HelpGenerator is used to print the help message string