spec
spec copied to clipboard
Support `dart pub global run spec_cli`
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.