Skip to content

Commit

Permalink
Fix template render formats in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Feb 27, 2024
1 parent 2f3ff9a commit 95b1ba3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/sections/user_guide/cli/tools/mode_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ The ``uw`` mode for handling :jinja2:`Jinja2 templates<templates>`.
$ uw template render --help
usage: uw template render [-h] [--input-file PATH] [--output-file PATH] [--values-file PATH]
[--values-format {atparse,bash,cfg,fieldtable,ini,jinja2,nml,sh,yaml,yml}]
[--values-needed] [--partial] [--dry-run] [--debug] [--quiet]
[--verbose]
[--values-format {ini,nml,sh,yaml}] [--values-needed] [--partial]
[--dry-run] [--debug] [--quiet] [--verbose]
[KEY=VALUE ...]
Render a template
Expand All @@ -46,7 +45,7 @@ The ``uw`` mode for handling :jinja2:`Jinja2 templates<templates>`.
Path to output file (defaults to stdout)
--values-file PATH
Path to file providing override or interpolation values
--values-format {atparse,bash,cfg,fieldtable,ini,jinja2,nml,sh,yaml,yml}
--values-format {ini,nml,sh,yaml}
Values format
--values-needed
Print report of values needed to render template
Expand Down

0 comments on commit 95b1ba3

Please sign in to comment.