public class ScanPipe : IPipe<Unit, Source[]>
A IPipe<I, O>
that searches specified directory (recursively) for files that match specified pattern.
public async Task<Source[]> Run(Unit _)
Asynchronously processes the specified input and returns the output.