We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57dea4 commit c21a707Copy full SHA for c21a707
scripts/generateArguments.ts
@@ -68,7 +68,7 @@ function extractZodDescriptions(): Record<string, ConfigMetadata> {
68
let description = schema.description || `Configuration option: ${key}`;
69
70
if ("innerType" in schema.def) {
71
- // "pipe" & innerType is assumed to be for our comma-separated arrays
+ // "pipe" is also used for our comma-separated arrays
72
if (schema.def.innerType.def.type === "pipe") {
73
description = description.replace("An array of", "Comma separated values of");
74
}
0 commit comments