public static interface CommandLine.IHelpFactory
CommandLine.Help
instance used to render the usage help message.Modifier and Type | Method and Description |
---|---|
CommandLine.Help |
create(CommandLine.Model.CommandSpec commandSpec,
CommandLine.Help.ColorScheme colorScheme)
Returns a
Help instance to assist in rendering the usage help message |
CommandLine.Help create(CommandLine.Model.CommandSpec commandSpec, CommandLine.Help.ColorScheme colorScheme)
Help
instance to assist in rendering the usage help messagecommandSpec
- the command to create usage help forcolorScheme
- the color scheme to use when rendering usage helpHelp
instance