-
-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Description
First of all, thanks for the great tool.
It would be nice if multiline descriptions of task keep the aligment. Currently if I define Taskfile like that:
version: "2"
tasks:
change-set-create:
desc: |
Create change set. Required vars: ENV, CHANGE_SET_NAME.
Optional (values taken from prev): SOME_VAR
cmds:
- echo "123"
Output of task --list looks like that:
task: Available tasks for this project:
* change-set-create: Create change set. Required vars: ENV, CHANGE_SET_NAME.
Optional (values taken from prev): SOME_VAR
It would be really nice if it keep the indent, so its more readable:
task: Available tasks for this project:
* change-set-create: Create change set. Required vars: ENV, CHANGE_SET_NAME.
Optional (values taken from prev): SOME_VAR
drorata and br-arruda
Metadata
Metadata
Assignees
Labels
No labels