Template
Template
Name
template - template expansion utilizing Go text/template syntax
Syntax
template <TEMPLATE>...
[--data <stringSlice>]
[-D|--define <stringSlice>]
[--dryrun]
[-X|--exclude <stringSlice>]
[-f|--force]
[-h|--help]
[--llm]
[-o|--output <string>]
[-v|--verbose]
[--version]Description
The template program introduces the concept of multi-file aggregation of YAML front matter and document contents.
Options
-
--dataSpecify data files (Default:
[]) -
-D|--defineDefine variables as NAME=VALUE (Default:
[]) -
--dryrunPerform a dry run without outputting anything (Default:
false) -
-X|--excludeExclude patterns (Default:
[]) -
-f|--forceForce overwrite of output file (Default:
false) -
-h|--helphelp for template (Default:
false) -
--llmOutput help and usage information as Markdown and exit (Default:
false) -
-o|--outputOutput file
-
-v|--verboseEnable verbose output (Default:
false) -
--versionPrint the version (Default:
false)