spec icon indicating copy to clipboard operation
spec copied to clipboard

Support `dart pub global run spec_cli`

Open spydon opened this issue 3 years ago • 0 comments

Today when running Spec from somewhere where you don't have the installed dart packages on your path (like in cicd) you have to run:

dart pub global run spec_cli:main

It would be nice if it could support running:

dart pub global run spec_cli

Just like with Melos.

spydon avatar Jun 06 '22 18:06 spydon