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(usage): tie usage to config #2908

Merged
merged 1 commit into from
Mar 22, 2021
Merged

Commits on Mar 22, 2021

  1. fix(usage): tie usage to config

    This starts us down the path of tying the params our commands accept to
    their config items.  For now it is optional, and not every current
    config item would cleanly render if we added them today.
    
    The ones that are added here DO render nicely, and we can iterate from
    here.  We can also at a later date do the same kind of appraoch with our
    positional args.
    
    PR-URL: #2908
    Credit: @wraithgar
    Close: #2908
    Reviewed-by: @nlf, @isaacs
    wraithgar committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b876442 View commit details
    Browse the repository at this point in the history