You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CommandLine/** Returns a new {@code Help} object created by the {@code IHelpFactory} with the {@code CommandSpec} and {@code ColorScheme} of this command. * @see Help#Help(CommandSpec, Help.ColorScheme) * @see #getHelpFactory() * @see #getCommandSpec() * @see #getColorScheme() * @since 4.1 */publicHelpgetHelp() {
returngetHelpFactory().create(getCommandSpec(), getColorScheme());
}
The text was updated successfully, but these errors were encountered:
Add convenience method
Help.fullSynopsis()
as follows:That would make this easier: #480
Also, add
CommandLine.getHelp()
:The text was updated successfully, but these errors were encountered: