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
As a user, it would be nice to provide a list of names for a given template. Currently, each usage of the template needs to be declared separately.
template as sink1 template as sink2 template as sink3 template as sink4 template as sink5 ...
Instead, one could e.g. do this:
template as [sink1, sink2, sink3, sink4, sink5] or template as sink1, sink2, sink3, sink4, sink5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a user, it would be nice to provide a list of names for a given template.
Currently, each usage of the template needs to be declared separately.
Instead, one could e.g. do this:
The text was updated successfully, but these errors were encountered: