Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles
Piotr Czajkowski 65a3d09529 Added .idea/ | hace 4 años | |
---|---|---|
.github | hace 4 años | |
CoreProcessFiles | hace 4 años | |
CoreProcessFilesTests | hace 4 años | |
NETProcessFiles | hace 4 años | |
NETProcessFilesTests | hace 4 años | |
ProcessFiles | hace 4 años | |
ProcessFilesTests | hace 4 años | |
.gitignore | hace 4 años | |
LICENSE.md | hace 4 años | |
ProcessFiles.sln | hace 4 años | |
README.md | hace 4 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.