cesarParra / apexdocs

Node.js tool to generate documentation for your Salesforce Apex Classes.
https://www.npmjs.com/package/@cparra/apexdocs
MIT License
109 stars 18 forks source link

Configuration file configs are not respected when argv is configured with a defaullt. #113

Closed cesarParra closed 5 months ago

cesarParra commented 5 months ago

Since configs passed through the CLI override whatever is configured in the configuration file, when the CLI arguments have a default, even when not specified explicitly when calling apexdocs-generate, these defaults are still overriding whatever is in the configuration file.

cesarParra commented 5 months ago

Added in https://github.com/cesarParra/apexdocs/releases/tag/v2.23.0