Skip to content

Commit 4634d63

Browse files
committed
Remove string array parsing
1 parent 69ad1b0 commit 4634d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CommandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function readValue(option: CommandLineOption, value: unknown): ReadValueResult {
245245
};
246246
}
247247

248-
return { value: [value] };
248+
return { value };
249249
}
250250
}
251251
}

0 commit comments

Comments
 (0)