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

CLI argument parsing code refactor #335

Merged
merged 2 commits into from
Apr 21, 2016
Merged

Conversation

malept
Copy link
Member

@malept malept commented Apr 20, 2016

Moves CLI argument parsing code to the common module. This allows the CLI argument parsing code to be unit tested (of which, tests for some corner cases have been added).

Also uses alias for the deprecated --strict-ssl flag. This should remove the consistent deprecation message. [1] [2]

My intention is to release 7.0.1 once this is merged.

TODO

  • add NEWS entry

malept added 2 commits April 20, 2016 21:07
This allows the CLI argument parsing code to be unit tested.

Add unit tests for most of the argument corner cases.
This should remove the consistent deprecation message.
@malept malept force-pushed the cli-args-refactor branch from 2d031e9 to 5229412 Compare April 21, 2016 04:08
@malept malept added this to the 7.0.1 milestone Apr 21, 2016
@malept malept merged commit aeef652 into electron:master Apr 21, 2016
@malept malept deleted the cli-args-refactor branch April 21, 2016 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant