Heya! I just found this and from the docs I don't believe it's possible, but I was wondering if it was possible to define flags/options and arguments for tasks?
For example, our project has a custom linting command and we want to have everything discoverable by a
taskfile.yml
taskfile.yml
(instead of having a combination of bash scripts,
package.json
package.json
aliases, random standalone executables, etc)
Is there any plans to implement this, or any ways to get it somehow?