complate 0.14.0

A powerful text templating tool.
Documentation
# Command-Line Help for `render`

This document contains the help content for the `render` command-line program.

**Command Overview:**

* [`render`]#render

## `render`

Renders a template by replacing values as specified by the configuration.

**Usage:** `render [OPTIONS]`

###### **Options:**

* `-c`, `--config <CONFIG>` — The configuration file to use.

  Default value: `./.complate/config.yaml`
* `-t`, `--template <TEMPLATE>` — Specify the template to use from the config and skip it's selection.
* `--trust` — Enables the shell command execution. This is potentially insecure and should only be done for trustworthy sources.
* `-l`, `--loose` — Defines that the templating is done in non-strict mode (allow missing value for variable).
* `-b`, `--backend <BACKEND>` — The execution backend (cli=native-terminal, ui=ui emulator in terminal).

  Default value: `headless`

  Possible values: `headless`, `cli`

* `-v`, `--value <VALUE>` — Overrides a certain value definition with a string.



<hr/>

<small><i>
    This document was generated automatically by
    <a href="https://crates.io/crates/clap-markdown"><code>clap-markdown</code></a>.
</i></small>