Merged
requested to merge github/fork/man-at-home/4848-AsciiDoc-Add-option-to-not-generate-metadata_ into master
Created by: man-at-home
add a new cli option (additionalParameter): generateHeaders for asciidoc generator. If set to false suppress generation of attributes in the markup header section.
PR checklist
-
Read the contribution guidelines. -
If contributing template-only or documentation-only changes which will change sample output, build the project before. -
Run the shell script(s) under ./bin/
(or Windows batch scripts under.\bin\windows
) to update Petstore samples related to your fix. -
File the PR against the [correct branch] master -
Copy the [technical committee] to review the pull request if your PR is targeting a particular programming language.
@wing328 @jimschubert @cbornet @ackintosh @jmini @etherealjoy
==> please view the boolean command line option, I had to change the type from string to booelan within the generator, otherweise the mustache templates would not work. Are boolean command line options possible?
issue by @mgwoj
For #4848 (closed)