Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles
Piotr Czajkowski 3bc7e1c433 A bit cleaner | 2 years ago | |
---|---|---|
.github | 2 years ago | |
ProcessFiles | 2 years ago | |
ProcessFilesTests | 2 years 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.