Expand description
Handlebars template processing.
Structs
- Helper for
{{man name section}}
expression. - Helper for
{{#option}}
block. - Helper for
{{#options}}
block.
Functions
- Processes the handlebars template at the given file.
- Whether or not the context is currently inside a
{{#options}}
block. - Removes a variable from the context.
{{*set var=value}}
decorator.- Sets a variable to a value within the context.