Show valid values for --auth in --help
See https://github.com/nhooyr/code-server/pull/1/files#r485847134
This commit is contained in:
parent
4b3c089630
commit
c4f1c053bf
@ -192,7 +192,8 @@ export const optionDescriptions = (): string[] => {
|
|||||||
}
|
}
|
||||||
return " ".repeat(widths.long + widths.short + 6) + line
|
return " ".repeat(widths.long + widths.short + 6) + line
|
||||||
})
|
})
|
||||||
.join("\n")
|
.join("\n") +
|
||||||
|
(typeof v.type === "object" ? ` [${Object.values(v.type).join(", ")}]` : "")
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user