Skip to content

Render flag doesn't work

Environnement

  • Project version used:
  • OS: Windows
  • LabVIEW version: 2025

Summary

The g-cli command-line tool currently does not recognise or process the -render flag as intended. Despite specifying -render with values such as html or pdf, the tool defaults to generating only .adoc files without rendering them to the desired formats. Additionally, when setting -render to html or pdf, the following warning is displayed: `Parameters unknown: pdf

Steps to reproduce

Execute the g-cli command with the -render flag set to html or pdf. Observe that the tool generates only .adoc files without rendering them to the specified format.

`g-cli --lv-ver 2025 antidoc -- -addon lvproj -render html -pp "C:\Users\xx Systems\Documents\repos\extract-documentation\Extract_Documentation.lvproj" -t "Test Documentation generation via CLI" -out "C:\Users\xx Systems\Documents\repos\extract-documentation\projectdocumentation" -e xx@xxyy.com.au -a "xx"

What is the expected correct behavior?

Rendering into Html or pdf

Relevant logs and/or screenshots