1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 00:54:16 +00:00

documentation

This commit is contained in:
deadc0de6
2022-05-04 23:30:37 +02:00
committed by deadc0de
parent 3dfa53469e
commit 2dd045097f
3 changed files with 7 additions and 8 deletions

View File

@@ -203,7 +203,7 @@ There are two types of transformations available:
* They have two arguments:
* **{0}** will be replaced with the dotfile to process
* **{1}** will be replaced with a temporary file to store the result of the transformation
* Happens **before** the dotfile is templated with Jinja2 (see [templating](templating.md))
* This Happens **before** the dotfile is templated (see [templating](templating.md))
* **Write transformations**: used to transform files before updating a dotfile ([format](config-format.md) key `trans_write`)
* Used for command `update`