Skip to content

Commit

Permalink
Updated usage options in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Persée committed Jun 21, 2022
1 parent 7ee793b commit 78a7fa8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Usage: jinja2 [options] <input template> <input data>
Options:
--version show program's version number and exit
-h, --help show this help message and exit
--format=FORMAT format of input variables: auto, ini, json,
--format=FORMAT format of input variables: auto, env, ini, json,
querystring, yaml, yml
-e EXTENSIONS, --extension=EXTENSIONS
extra jinja2 extensions to load
Expand All @@ -26,6 +26,9 @@ Options:
Use only this section from the configuration
--strict Disallow undefined variables to be used within the
template
-a, --ansible Enable support for Ansible filters
-o FILE, --outfile=FILE
File to use for output. Default is stdout.
```

## Optional Ansible support
Expand Down

0 comments on commit 78a7fa8

Please sign in to comment.