Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles
Piotr Czajkowski 30593f805e .NET 8 | há 2 meses atrás | |
---|---|---|
.github | há 2 meses atrás | |
ProcessFiles | há 2 meses atrás | |
ProcessFilesTests | há 2 meses atrás | |
.gitignore | há 5 anos atrás | |
LICENSE.md | há 5 anos atrás | |
ProcessFiles.sln | há 5 anos atrás | |
README.md | há 5 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.