Open
Description
It would be good to have interpolation of variables in examples
too
variables:
iac: terraform
hello:
summary: some task
command: |
echo which {{ .iac }}
which {{ .iac }}
examples: # robo help tf-plan-mod
- description: Find path of {{ .iac }}
command: which {{ .iac }}
This results in this
✦ ❯ robo help hello
Usage:
hello
Description:
some task
Examples:
Find path of {{ .iac }}
$ which {{ .iac }}
I would like is
✦ ❯ robo help hello
Usage:
hello
Description:
some task
Examples:
Find path of terraform
$ which terraform
Metadata
Metadata
Assignees
Labels
No labels