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

Fix Language option parsing #343

Closed

Commits on Aug 11, 2015

  1. Fix Language option parsing

    Before, any language option other than --english caused Aura to crash
    with an "incompatible options" error message.
    
    This was caused by the language option being handed to the option
    parser as an additional flag, causing all case  branches to be dropped
    through.
    markusgrosser committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    81764cc View commit details
    Browse the repository at this point in the history