onepub-dev / dcli

An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
242 stars 28 forks source link

Allow dshell to run .dart files from full project. #74

Closed bsutton closed 4 years ago

bsutton commented 4 years ago

If you have a full dart project (e.g. it has a pubspec.yaml and a bin directory) then running scripts from the bin dir will fail but running them via the dart exe works.

We should also work for these files.

Also tools/tests/examples....

bsutton commented 4 years ago

Now works in 1.9.6