File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ Executes the template from the input applying the environment passed in options.
29
29
If you specify the input template via an option flag (-input), then it will
30
30
read it inline.
31
31
If you specify that the template comes from the stdin by setting the option flag
32
- (-stdin), then it will read it inline from the stdin.
33
- If you set it as the first argument, it assumes that it is a file.
32
+ (-stdin), or the first argument as "-" then it will read it inline from the stdin.
33
+ If you set it as the first argument, it assumes it is a file.
34
34
35
- For the environment (-env) it will expect it as inline data. However, if you
35
+ For the environment (-env), it will expect it as inline data. However, if you
36
36
start it with @, it will assume it is a file. It tries to guess the format,
37
37
giving precedence to JSON, then TOML, and lastly to YAML. Unless you specify to
38
38
force parsing it via an option flag.
You can’t perform that action at this time.
0 commit comments