mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
fix: list-task with multiline desc (#1656)
* fix: list-task with multiline desc * feat: display all lines aligned in a table * fix: display experiments * use ladicle/tabwrite to handle color * delete empty lines Co-authored-by: Andrey Nering <andrey@nering.com.br> * remove all /n and replace by space --------- Co-authored-by: Andrey Nering <andrey@nering.com.br>
This commit is contained in:
13
testdata/desc/Taskfile.yml
vendored
Normal file
13
testdata/desc/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
version: 3
|
||||
tasks:
|
||||
build:
|
||||
aliases:
|
||||
- b
|
||||
desc: |
|
||||
Multi-line escription with alias which is super long long long long long long
|
||||
another line
|
||||
third line long long long long long long long long
|
||||
test:
|
||||
aliases:
|
||||
- t
|
||||
desc: Single line description with alias
|
Reference in New Issue
Block a user