Add ability to require wildcards #1756
Firesphere
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I have this task:
I would like to be able to add a "require" to this, requiring the wildcard of
*
to be at least something.If the wildcard doesn't match any known supervisor processes, I'm not fuzzed about that, but I'd like to be able to require the end user of my tasks to at least not do
task stop:
and expect that task just does the things they expect.You'd be surprised how often this has happened in the month-or-two I've migrated to task, it seems that before task, I used make, and people understood that when make said "no such target", they did something wrong. Somehow, they are convinced that with changing to task, it is now all my fault if they don't supply the final argument.
Beta Was this translation helpful? Give feedback.
All reactions