-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
HacktoberfestenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Example short:
mergePdf.exe -f File1.pdf -f File2.pdf -o Output.pdf
Example long:
mergePdf.exe --file=File1.pdf --file=File2.pdf --output=Output.pdf
Running without arguments from command line show help message.
There are few libraries for command line arguments that could be used:
https://github.com/docopt/docopt.net
https://www.nuget.org/packages/CommandLineParser/
https://www.nuget.org/packages/PowerArgs/
Metadata
Metadata
Assignees
Labels
HacktoberfestenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed