-
-
Notifications
You must be signed in to change notification settings - Fork 625
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> * remove all /n and replace by space --------- Co-authored-by: Andrey Nering <[email protected]>
- Loading branch information
1 parent
6ce6a38
commit 375106c
Showing
5 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |