Related: https://github.com/coder/coder/issues/15488 There are 2 bugs related to the current `MultiSelect` implementation: * MultiSelect does not present available options if the default is not set or is an empty array. Probably just a structure [misconfiguration](https://github.com/coder/coder/blob/760dc8b467c4d7facf051aa8072394967e50be48/cli/cliui/parameter.go#L48-L49)? * MultiSelect ignores descriptions