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
Is there a way to create templates that would take more than 1 argument? How can I achieve this?
The text was updated successfully, but these errors were encountered:
Yes, you can have multiple variables in either the input or pattern.
Variables should be uniquely named.
Here's an example.
Echo " {{First}} {{Second}}" | ./fabric -v=First:foo -v=Second:bah
Sorry, something went wrong.
No branches or pull requests
What is your question?
Is there a way to create templates that would take more than 1 argument? How can I achieve this?
The text was updated successfully, but these errors were encountered: