Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles
Piotr Czajkowski 30593f805e .NET 8 | hace 2 meses | |
---|---|---|
.github | hace 2 meses | |
ProcessFiles | hace 2 meses | |
ProcessFilesTests | hace 2 meses | |
.gitignore | hace 5 años | |
LICENSE.md | hace 5 años | |
ProcessFiles.sln | hace 5 años | |
README.md | hace 5 años |
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.