docs(README): missing quote
This commit is contained in:
parent
57dbfaa9d1
commit
dc8df50925
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ pda get names NAMES=Bob,Alice
|
|||
|
||||
pass `no-template` to output literally without templating.
|
||||
```bash
|
||||
pda set hello "{{ if .MORNING }}Good morning.{{ end }}
|
||||
pda set hello "{{ if .MORNING }}Good morning.{{ end }}"
|
||||
pda get hello MORNING=1
|
||||
# Good morning.
|
||||
pda get hello --no-template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue