Replies: 3 comments
-
A bit more context: Ultimately I want to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sounds similar to #1094 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is how I'm patching it currently:
https://github.com/titpetric/task-ui/blob/main/README.md.sh
…On Sat, Jul 1, 2023, 19:17 Pete Davison ***@***.***> wrote:
Sounds similar to #1094 <#1094>
—
Reply to this email directly, view it on GitHub
<#1251 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABY7EA4UYGJTANQB2Z4N33XOBLRHANCNFSM6AAAAAAZ23RVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 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.
-
The taskfile already includes
desc
andsummary
fields at task level. Is there any objection in adding these into the root taskfile schema, to next toversion
? And also extendtask -l
to print the taskfile desc, and with--summary
to print the taskfile summary as well?https://taskfile.dev/api/#taskfile-schema
I tried searching for duplicate issues, but it's a bit overloading. I'll gladly open a PR to extend above if there is agreement, and if there's nothing like it in flight :)
Beta Was this translation helpful? Give feedback.
All reactions