Replies: 1 comment 3 replies
-
Since I plan on making use of the The only downside I see with this is having to add extra info to the Also I'm not quite sure how testable this will be since the path to Thoughts? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
IMO the default Taskfile (generated with
--init
) is not very useful out-of-the-box:Taskfile.yml
I always end up editing it like this to get a good starting point:
Cleaner Taskfile.yml
Now simply calling
task
lists all available tasks that have a description.So it would be very useful to be able to specify a default "template" to use with the
--init
flag, maybe stored in the user's home directory.Beta Was this translation helpful? Give feedback.
All reactions