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

feat: 🎸 maxMatches to limit matches and exit early #238

Closed
wants to merge 5 commits into from

Commits on Nov 5, 2019

  1. feat: 🎸 maxMatches to limit matches and exit early

    This introduces a new option `maxMatches` which can be used to limit the
    number of matches that fast-glob returns.
    
    Closes: mrmlnc#225
    joscha committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    4d06b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6aa06e View commit details
    Browse the repository at this point in the history
  3. style: 💄 lints

    joscha committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    2a94630 View commit details
    Browse the repository at this point in the history
  4. style: 💄 fix lints

    joscha committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    7a44592 View commit details
    Browse the repository at this point in the history
  5. test: fix name

    joscha authored Nov 5, 2019
    Configuration menu
    Copy the full SHA
    c1737ea View commit details
    Browse the repository at this point in the history