macrosHelpTopic top-level constant

HelpTopic const macrosHelpTopic

Help topic documenting the macro system.

Implementation

const macrosHelpTopic = HelpTopic(
  name: 'macros',
  summary: 'Runtime command-line macros with argument substitution',
  content: _macrosContent,
);