run static method
Implementation
static void run(String melos) {
if (which('melos').notfound) {
'dart pub global activate melos'.run;
}
if (!exists(join(current, 'melos.yaml'))) {
init();
}
melos.run;
}
static void run(String melos) {
if (which('melos').notfound) {
'dart pub global activate melos'.run;
}
if (!exists(join(current, 'melos.yaml'))) {
init();
}
melos.run;
}