Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles
Piotr Czajkowski 6d35ec03e8 Cosmetics | 9 months ago | |
---|---|---|
.github | 2 years ago | |
ProcessFiles | 9 months ago | |
ProcessFilesTests | 9 months ago | |
.gitignore | 4 years ago | |
LICENSE.md | 4 years ago | |
ProcessFiles.sln | 4 years ago | |
README.md | 4 years ago |
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.