1
0
mirror of https://github.com/go-task/task.git synced 2025-06-27 00:51:05 +02:00
Commit Graph

32 Commits

Author SHA1 Message Date
83d25bfa00 Refactor: Fix import order
It should be: stdlib > libs > app
2021-01-07 11:48:33 -03:00
47dd9b5a03 Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
fb72b46a3c github.com/go-task/task/v2 -> github.com/go-task/task/v3 2020-08-16 15:48:19 -03:00
9f83311931 Add label field to task definition
Label is an alternative name for task that replace it when printed in following context eg.:

- log: when given task is up to date and is skipped from execution
- log: when given task is NOT up to date (`--status` command)
- in `--summary` and `--list` commands output
2020-06-14 13:42:20 +02:00
acfbbaa549 Merge branch 'master' into v3 2020-03-28 10:48:49 -03:00
7453e688fd Compile tasks before printing help or summary (Closes #276) 2020-01-26 21:32:20 +00:00
8efc38ad82 Use colors for some output messages 2019-05-26 18:36:39 -03:00
360da29e1f refactoring 2019-03-04 13:04:04 +01:00
9cfac1642a rename method for summary/summaries 2019-03-04 13:03:13 +01:00
1d783bf6c7 refactoring 2019-03-04 12:47:01 +01:00
1025c2e3a1 add unit test for spacing between summaries 2019-03-04 12:46:02 +01:00
4fd82ab222 refactoring 2019-03-04 12:28:26 +01:00
8eadfc1bf6 refactoring 2019-03-04 12:28:11 +01:00
f66edbad50 refactoring 2019-03-04 12:27:10 +01:00
c7f17b5319 refactoring 2019-03-04 12:25:42 +01:00
7e7e1bccba rearrange imports 2019-03-04 12:04:31 +01:00
34f6da86c3 rearrange imports 2019-03-04 12:03:28 +01:00
f945cf2343 Update internal/summary/summary_test.go
Co-Authored-By: jaedle <32975714+jaedle@users.noreply.github.com>
2019-03-03 19:45:00 +01:00
f5f0e0c376 Update internal/summary/summary.go
Co-Authored-By: jaedle <32975714+jaedle@users.noreply.github.com>
2019-03-03 19:43:57 +01:00
2a1571a99e refactoring 2019-02-24 19:14:15 +01:00
3f8ee21849 print error messsage if no summary or description present 2019-02-24 18:26:16 +01:00
845b88a193 print only task name if summary 2019-02-24 18:20:59 +01:00
e252972c7f rename test 2019-02-24 17:29:03 +01:00
a9012ebfc5 refactoring 2019-02-24 17:28:06 +01:00
5cfd9bbbbd refactoring 2019-02-24 17:25:03 +01:00
c82a7240bb print task in command section 2019-02-24 17:23:31 +01:00
a4a20d92a4 add unit test for full output 2019-02-24 17:20:29 +01:00
890996f595 hides commands keywoard if not present 2019-02-24 17:12:22 +01:00
474f27c6d3 add unit test for displaying commands 2019-02-24 17:10:59 +01:00
33f3894372 add unit tests for summary 2019-02-24 17:05:37 +01:00
24436ac76e refactoring 2019-02-24 16:26:46 +01:00
3ee66ef705 remove output to own package 2019-02-24 16:25:27 +01:00