Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line interface #17

Open
floatas opened this issue Oct 16, 2018 · 0 comments
Open

Command line interface #17

floatas opened this issue Oct 16, 2018 · 0 comments
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed

Comments

@floatas
Copy link
Contributor

floatas commented Oct 16, 2018

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/

@jpabeem jpabeem added enhancement New feature or request help wanted Extra attention is needed Hacktoberfest labels Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants