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

Piotr Czajkowski d6eaed1f6d Keep it consistent преди 2 години
.github 47176d98e1 Security преди 3 години
ProcessFiles d6eaed1f6d Keep it consistent преди 2 години
ProcessFilesTests 1a28aab078 Feels saner преди 4 години
.gitignore 65a3d09529 Added .idea/ преди 4 години
LICENSE.md 66e4291ceb Added license преди 4 години
ProcessFiles.sln 1a28aab078 Feels saner преди 4 години
README.md a7e934f5f7 Some description преди 4 години

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.