docs-util: add script to generate events info (#12340)
* docs-util: add script to generate events info * add property and parent name to json
This commit is contained in:
@@ -14,7 +14,7 @@ program.name("docs-generator").description("Generate TSDoc doc-blocks")
|
||||
|
||||
// define common options
|
||||
const typeOption = new Option("--type <type>", "The type of docs to generate.")
|
||||
.choices(["all", "docs", "oas", "dml", "route-examples"])
|
||||
.choices(["all", "docs", "oas", "dml", "route-examples", "events"])
|
||||
.default("all")
|
||||
|
||||
const generateExamplesOption = new Option(
|
||||
|
||||
Reference in New Issue
Block a user