Future<Iterable<String>> pubspecs({required bool recursive}) async { return await pubspecYaml.all(recursive: recursive); }