Run other recipe? #818
Answered
by
casey
fgblomqvist
asked this question in
Q&A
Run other recipe?
#818
-
If I have a file like:
It will error because there is no such command as |
Beta Was this translation helpful? Give feedback.
Answered by
casey
May 7, 2021
Replies: 1 comment 12 replies
-
It isn't very pretty, but you can do:
( This has come up a few times before, so ideally there would be a nice way to do this without such hackery. |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
fgblomqvist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It isn't very pretty, but you can do:
(
-f
can also be used instead of--justfile
.)This has come up a few times before, so ideally there would be a nice way to do this without such hackery.