You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature request is really an exact duplicate of #133 but I don't have permission to reopen the issue
It seems like 10% of my targets are complex and require multiple lines to explain what they do. It would be awesome if multi-line descriptions could be supported.
Current behaviour:
Running task --list, for this file:
version: '3'tasks:
long-doc:
desc: | Most tasks don't require a long message but 10% of targets need a longer message. It would be preferable if the alignment was more crisp.cmds:
- echo 'Other conversations!'foo:
desc: hisummary: Using short is bestcmds:
- echo "hi"
Results in this:
$ task --list
task: Available tasks for this project:
* foo: hi
* long-doc: Most tasks don't require a long message but
10% of targets need a longer message. It would
be preferable if the alignment was more crisp.
It would be much more readable if it did this:
$ task --list
task: Available tasks for this project:
* foo: hi
* long-doc: Most tasks don't require a long message but
10% of targets need a longer message. It would
be preferable if the alignment was more crisp.
I know that the summary feature #180 has been added since #133. This is a nice feature but in my view, it plays a different role. :)
The text was updated successfully, but these errors were encountered:
JakeSummers
changed the title
Text of multi line description not aligned
Text of multi line description not aligned when running task --listSep 26, 2023
This feature request is really an exact duplicate of #133 but I don't have permission to reopen the issue
It seems like 10% of my targets are complex and require multiple lines to explain what they do. It would be awesome if multi-line descriptions could be supported.
Current behaviour:
Running
task --list
, for this file:Results in this:
It would be much more readable if it did this:
I know that the summary feature #180 has been added since #133. This is a nice feature but in my view, it plays a different role. :)
The text was updated successfully, but these errors were encountered: