Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles
Piotr Czajkowski ac8c000dc9 Cleanup | il y a 1 mois | |
---|---|---|
.github | il y a 2 mois | |
ProcessFiles | il y a 1 mois | |
ProcessFilesTests | il y a 1 mois | |
.gitignore | il y a 4 ans | |
LICENSE.md | il y a 4 ans | |
ProcessFiles.sln | il y a 4 ans | |
README.md | il y a 4 ans |
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.