mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Remove unused code in optionDescriptions
This commit is contained in:
parent
579bb94a6c
commit
c7c62daa67
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ export const optionDescriptions = (): string[] => {
|
|||
([k, v]) =>
|
||||
`${" ".repeat(widths.short - (v.short ? v.short.length : 0))}${v.short ? `-${v.short}` : " "} --${k}${" ".repeat(
|
||||
widths.long - k.length,
|
||||
)} ${v.description}${typeof v.type === "object" ? ` [${Object.values(v.type).join(", ")}]` : ""}`,
|
||||
)} ${v.description}`,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue