How to create a task which uses all arguments from the command line and avoids splitting on spaces #2717
-
I have a task file like this
After reading about argument splitting in the just doco I tried
but again How can I write the task |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Also mentioned in that page is
|
Beta Was this translation helpful? Give feedback.
Also mentioned in that page is
positional-arguments
, which if you don't want to enable that for the entire justfile, you can use the attribute to enable it only for that recipe: