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 579bb94 commit c7c62daCopy full SHA for c7c62da
src/node/cli.ts
@@ -175,7 +175,7 @@ export const optionDescriptions = (): string[] => {
175
([k, v]) =>
176
`${" ".repeat(widths.short - (v.short ? v.short.length : 0))}${v.short ? `-${v.short}` : " "} --${k}${" ".repeat(
177
widths.long - k.length,
178
- )} ${v.description}${typeof v.type === "object" ? ` [${Object.values(v.type).join(", ")}]` : ""}`,
+ )} ${v.description}`,
179
)
180
}
181
0 commit comments