eibens / edcb

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

Print warning if no `dev.ts` file was found #32

Open eibens opened 2 years ago

eibens commented 2 years ago

With #10 the user does not necessarily know whether a project local or system global version of edcb is executed. Ideally, this should be indicated in the CLI output. One option would be injecting an additional flag.

eibens commented 2 years ago

Rather than indicating that dev.ts was executed, edcb should assume that this is the default. All projects should be locked to a particular edcb version.

eibens commented 2 years ago

An open question is whether --help and --version should always use the installed version. It should be clear when the repository version is displayed, rather than the local one.