Add other file types in the Usage example in README
All checks were successful
CI / test (push) Successful in 39s
Lint / test (push) Successful in 23s
Trivy / test (push) Successful in 22s

This commit is contained in:
Miguel Jacq 2025-11-27 13:33:59 +11:00
parent 5f81ac3395
commit 1cdeebe475
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -64,7 +64,7 @@ jinjaturtle php.ini \
## Full usage info ## Full usage info
``` ```
usage: jinjaturtle [-h] -r ROLE_NAME [-f {ini,toml}] [-d DEFAULTS_OUTPUT] [-t TEMPLATE_OUTPUT] config usage: jinjaturtle [-h] -r ROLE_NAME [-f {json,ini,toml,yaml}] [-d DEFAULTS_OUTPUT] [-t TEMPLATE_OUTPUT] config
Convert a config file into an Ansible defaults file and Jinja2 template. Convert a config file into an Ansible defaults file and Jinja2 template.