v2.8.0
- Add
--parallel
flag (alias-p
) to run tasks given by the command line in parallel (#266). - Fixed bug where calling the
task
CLI only informing global vars would not execute thedefault
task. - Add hability to silent all tasks by adding
silent: true
a the root of the Taskfile.