static Future<void> dart(String command, List<String> args) async { await run('dart', [command, ...args]); }