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

Avoiding infinite loop on very long command names. #1697

Merged
merged 1 commit into from Jul 3, 2020

Commits on Oct 3, 2019

  1. Avoiding infinite loop on very long command names.

    If very long command names are registered, grunt --help runs
    out of memory trying to generate the help table. This commit
    adjusts the width to be at least 20 longer than the maximal
    command length.
    philz committed Oct 3, 2019
    Copy the full SHA
    7985b19 View commit details
    Browse the repository at this point in the history