nodejs / api-docs-tooling

Node.js's tooling for API generation
https://nodejs.org/api
MIT License
5 stars 5 forks source link

fix(man-page): account for optional flag arguments #138

Closed RedYetiDev closed 5 days ago

RedYetiDev commented 1 week ago

Description

Some flags (rarely, but still) have optional parameters, which was not reflected in the generated man-page.

Validation

See the tests to ensure validation.

Check List