mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
94f82cbc5a95b23da55f7fbc5476af09a7f7aa50
Previously if a task was run as a dependency of another task,
the error message simply reported something like:
exit status 1
It is desirable instead to name the root task and all child tasks in the tree
to the failing task.
After this PR, the error message will read:
task: Failed to run task "root": task: Failed to run task "failing-task": exit status 1
Task
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
Installation | Documentation | Twitter | Bluesky | Mastodon | Discord
Gold Sponsors
|
|
|
Description
Languages
Go
89.2%
Shell
4.8%
TypeScript
2.7%
Vue
2.1%
CSS
0.7%
Other
0.4%