From d55eb984774c68d5aa1d037ffcc73a74b20322f8 Mon Sep 17 00:00:00 2001 From: Sascha Andres Date: Wed, 8 Mar 2017 08:22:52 +0100 Subject: [PATCH] Updated README for dynamic variables Solves #11 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index de09cb54..ca733f16 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,10 @@ abc Result: 'abc' ``` +#### Dynamic variables + +If you prefix a variable with `@`, then the variable is considered a dynamic variable. The value after the @-synbol will be treated as a command and the output assigned. + ### Go's template engine Task parse commands as [Go's template engine][gotemplate] before executing