fix(README): missing `
This commit is contained in:
parent
50da244c92
commit
13d607d33a
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ pda del-db birthdays --force
|
|||
|
||||
Values support effectively all of Go's `text/template` syntax. Templates are evaluated on `pda get`.
|
||||
|
||||
`text/template` is a Turing-complete templating library that supports most of what you'd expect in a scripting language. Actions are given with ``{{ action }}` syntax and support pipelines and nested templates, along with a lot more. I recommend reading the documentation if you want to do anything more complicated than described here.
|
||||
`text/template` is a Turing-complete templating library that supports most of what you'd expect in a scripting language. Actions are given with ``{{ action }}`` syntax and support pipelines and nested templates, along with a lot more. I recommend reading the documentation if you want to do anything more complicated than described here.
|
||||
|
||||
To fit `text/template` nicely into this tool, pda has a sparse set of additional functions built-in. For example, `default` values, `enum`s, `require`d values, `lists`, among others.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue