[mod] readme
This commit is contained in:
parent
ac1866fe9e
commit
25735bbdc7
|
|
@ -55,12 +55,16 @@ The same result can be produced by using multiple `coin` calls:
|
|||
|
||||
```sh
|
||||
echo '{{flowers}} are {{color}}' | coin -a 'flowers:roses' | coin -a 'color:red'
|
||||
|
||||
# roses are red
|
||||
```
|
||||
|
||||
In some contextes curly brackets might might be reserved or not available for other reasons. This can be mitigated by using different placeholder indicators:
|
||||
|
||||
```sh
|
||||
echo '<<flowers>> are <<color>>' | coin -o '<<' -c '>>' -a 'flowers:roses' -a 'color:red'
|
||||
|
||||
# roses are red
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue