public interface DictionaryHelpGenerator extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasHelp(DictionaryCommand command)
Check if help support is provided for the given command.
|
String |
modifyHelpForCommand(DictionaryCommand command,
String help,
boolean compact)
Modify the current help for the command.
|
boolean hasHelp(DictionaryCommand command)
command - The Dictionary Command.String modifyHelpForCommand(DictionaryCommand command, String help, boolean compact)
command - The Dictionary Command.help - The current help string for the commandcompact - True if the version of the help is in compact form.Copyright © 2023 LSST. All rights reserved.