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

docs: autogenerate config docs for commands #3243

Merged

Commits on May 14, 2021

  1. fix(docs): autogenerate config docs for commands

    Add a script and Makefile rule to build the "Configuration" section for
    all command documentation based on the command classes' `params` list.
    
    Also correct several minor problems in the documentation, and add
    `params` listings for commands that were lacking them, to match the
    existing documentation and/or behavior within the code.
    
    PR-URL: #3243
    Credit: @isaacs
    Close: #3243
    Reviewed-by: @wraithgar
    isaacs authored and wraithgar committed May 14, 2021
    Copy the full SHA
    2f5c28a View commit details
    Browse the repository at this point in the history