mirror of
https://github.com/go-task/task.git
synced 2025-02-03 13:22:11 +02:00
375106c988
* 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>
14 lines
298 B
YAML
14 lines
298 B
YAML
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
|