Skip to content

Gen-docs is broken #309

@nfischer

Description

@nfischer

Oops! It turns out that #303 modified the behavior of sed() in a way that didn't play nicely with scripts/generate-docs.js. The docs script uses a regex /## Command reference(.|\n)*/, which was previously used to mean "replace everything from '## Command reference' until the very end of the file."

Unix sed, however, does not operate on multiple lines, so it only replaces the first line, leaving all the old docs concatenated onto the end of the new docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions