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

Piotr Czajkowski 410da6e664 Better il y a 5 mois
.github aab8cea8ec Updated framework version il y a 2 ans
ProcessFiles 410da6e664 Better il y a 5 mois
ProcessFilesTests b3e8bdf900 Using .NET 8 il y a 5 mois
.gitignore 65a3d09529 Added .idea/ il y a 5 ans
LICENSE.md 66e4291ceb Added license il y a 5 ans
ProcessFiles.sln 1a28aab078 Feels saner 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.