You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ apexdocs changelog --previousVersionDir force-app-previous --currentVersionDir f
159
159
|`--includeInlineHelpTextMetadata`| N/A | Whether to include the inline help text for fields in the generated files. |`false`| No |
160
160
|`--parallelReflection`| N/A | Parallelize CPU-heavy reflection via worker threads. |`true`| No |
161
161
|`--parallelReflectionMaxWorkers`| N/A | Maximum number of worker threads to use for parallel reflection. Defaults to a reasonable value based on CPU count. | N/A | No |
162
+
|`--debug`| N/A | Enable debug logging. Prints file-by-file parsing progress and success/failure. |`false`| No |
162
163
163
164
> **Note:** The `*` in the Required column indicates that **one** of the source directory options must be specified:
164
165
> -`--sourceDir` (single directory or array of directories)
@@ -216,6 +217,7 @@ apexdocs markdown -s force-app -t docs -p global public namespaceaccessible -n M
216
217
|`--apiVersion`| N/A | The version of the API. |`1.0.0`| No |
217
218
|`--parallelReflection`| N/A | Parallelize CPU-heavy reflection via worker threads. |`true`| No |
218
219
|`--parallelReflectionMaxWorkers`| N/A | Maximum number of worker threads to use for parallel reflection. Defaults to a reasonable value. | N/A | No |
220
+
|`--debug`| N/A | Enable debug logging. Prints file-by-file parsing progress and success/failure. |`false`| No |
0 commit comments