masterYamlHelpTopics top-level constant
Help topics for tools that use a {tool}_master.yaml configuration file.
These topics are automatically injected by ToolRunner when it detects
that the tool has multi-command mode and a master YAML file.
Individual tools do NOT need to add these to their helpTopics list.
Covers: defines, macros, pipelines, wiring.
Implementation
const List<HelpTopic> masterYamlHelpTopics = [
definesHelpTopic,
macrosHelpTopic,
pipelinesHelpTopic,
wiringHelpTopic,
];