eibens / edcb

A build tool and task runner for Deno.
MIT License
0 stars 0 forks source link

Move logger from tasks to CLI #52

Closed eibens closed 2 years ago

eibens commented 2 years ago

The loggers are currently created inside the tasks. Since #51 was fixed, this is the only remaining CLI related code and should also be moved. A single logger definition that covers all actions makes more sense now.