Skip to content

Commit c21a707

Browse files
committed
chore: auto-replace
1 parent c57dea4 commit c21a707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generateArguments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function extractZodDescriptions(): Record<string, ConfigMetadata> {
6868
let description = schema.description || `Configuration option: ${key}`;
6969

7070
if ("innerType" in schema.def) {
71-
// "pipe" & innerType is assumed to be for our comma-separated arrays
71+
// "pipe" is also used for our comma-separated arrays
7272
if (schema.def.innerType.def.type === "pipe") {
7373
description = description.replace("An array of", "Comma separated values of");
7474
}

0 commit comments

Comments
 (0)