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