Replies: 1 comment 4 replies
-
There are several differences between them.
Like most things in Perl, TIMTOWTDI. Of course in simple cases some building blocks that Rex provides may seem similar or even interchangeable to some extent. For these kind of calls, there's also:
I expect it would be possible to deprecate
We can discuss the use cases, syntax and implications that proposed feature separately.
It is often hard to find a condensed way to represent all the supported features of a command in a way that pleases everyone. I would say that the pattern today is:
What I see at first glance is that the examples are correct. If the BAREWORD vs $package difference, and/or the extra comma in the list entry prevents you from using |
Beta Was this translation helpful? Give feedback.
-
Why do we need
needs
when there'sbatch
?We can call task from the same or different packages in batch with
-b
. This seems to be the same thing.I personally used it effectively to implement an alias for another task (but then we could have an alias option for a task in the future to do this elegantly):
It's POD is confusing, probably wrong, which will require to create an issue + pull request + CHANGES file modifications so creating a discussion for now before knowing what to do:
Beta Was this translation helpful? Give feedback.
All reactions