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