Future<List<RepoEntry>> list( String path, { bool recursive = false, int? maxDepth, String? glob, }) => adapter.list(path, recursive: recursive, maxDepth: maxDepth, glob: glob);