We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be good to have interpolation of variables in examples too
examples
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
The text was updated successfully, but these errors were encountered:
I created a small pr for this and also added the usage property: #57
usage
Sorry, something went wrong.
PR is merged @vikas027. Should be available in the next release (0.8.0) I assume.
No branches or pull requests
It would be good to have interpolation of variables in
examples
tooThis 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
The text was updated successfully, but these errors were encountered: