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

Added Windows Style LongName ("/") to Options along with the required… #224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 15, 2015

  1. Added Windows Style LongName ("/") to Options along with the required…

    … unit tests. I have refrained from altering the core logic. Instead I added two overloaded methods for Parser.ParseArguments(...) with an additional optional parameter "useWinStyleOptions" which is set to true per default. From there on I simply check all arguments for the win style flag ("/") and replace them with the stock double dashes ("--"). The result I pass to the original ParseArguments-Methods.
    Rusk85 committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    e6dd3fe View commit details
    Browse the repository at this point in the history