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
New [confirm(prompt)] feature is great but is not able to replace the variables of the recipes.
If you try something like this:
[confirm("Are you sure you like to create [{{ site }}]?")] create site: echo Site: {{ site }}
You will notice that site variable won't be replaced in prompt and text will be shown "as is".
site
Not sure if this is a bug or a feature request. ;-)
Anyway, thanks A LOT for the this wonderful piece of software.
Cheers, m.
The text was updated successfully, but these errors were encountered:
Closing in favor of #2521, since that fixes this for all attributes.
Sorry, something went wrong.
No branches or pull requests
New [confirm(prompt)] feature is great but is not able to replace the variables of the recipes.
If you try something like this:
You will notice that
site
variable won't be replaced in prompt and text will be shown "as is".Not sure if this is a bug or a feature request. ;-)
Anyway, thanks A LOT for the this wonderful piece of software.
Cheers,
m.
The text was updated successfully, but these errors were encountered: