Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles

Piotr Czajkowski 1be0016fa6 Corrected build il y a 5 ans
.github 1be0016fa6 Corrected build il y a 5 ans
CoreProcessFiles f3a7437012 First version il y a 5 ans
CoreProcessFilesTests f3a7437012 First version il y a 5 ans
NETProcessFiles f3a7437012 First version il y a 5 ans
NETProcessFilesTests f3a7437012 First version il y a 5 ans
ProcessFiles f3a7437012 First version il y a 5 ans
ProcessFilesTests f3a7437012 First version il y a 5 ans
.gitignore 1d8d90766a Initial commit il y a 5 ans
LICENSE.md 66e4291ceb Added license il y a 5 ans
ProcessFiles.sln f3a7437012 First version il y a 5 ans
README.md a7e934f5f7 Some description il y a 5 ans

README.md

ProcessFiles

I'm creating lots of command line tools, so it's really helpful that I can just pass array of arguments and a delegate to this library. See tests to get idea on how it works.