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 yargs global pollution #3863

Merged
merged 2 commits into from Apr 9, 2019

Commits on Apr 5, 2019

  1. Fix yargs global pollution

    Yargs exports a global singleton by default. Using it directly will
    most likely break testing apps using yargs themselves.
    inukshuk committed Apr 5, 2019
    Copy the full SHA
    83a8305 View commit details
    Browse the repository at this point in the history
  2. Do not pass argv twice

    inukshuk committed Apr 5, 2019
    Copy the full SHA
    88eecd3 View commit details
    Browse the repository at this point in the history