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
Given a mix task bellum_gallicum that produces the following output
bellum_gallicum
Ominia Gallia divisa est in partes tres
and a template some_file.md.eex with
some_file.md.eex
<%= xtra.taks("bellum_gallicum") %>
and running the mix task mix xtra some_file.md
mix xtra some_file.md
then the file some_file.md shall contain
some_file.md
The text was updated successfully, but these errors were encountered:
Merge pull request #9 from RobertDober/i008-output-of-mix-task
f8e3bdd
First shot at issue #8
RobertDober
No branches or pull requests
Given a mix task
bellum_gallicum
that produces the following outputand a template
some_file.md.eex
withand running the mix task
mix xtra some_file.md
then the file
some_file.md
shall containThe text was updated successfully, but these errors were encountered: