From b4a5b9e940c07baa33d2b8f81d2371a73c838089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Z=C3=B6chbauer?= Date: Fri, 20 Jan 2023 13:22:35 +0100 Subject: [PATCH] Change list of values to list of records with value and description (#354) It is just one entry for now, but I just found out from the docs that in this case comments are not used as description --- custom-completions/bitwarden-cli/bitwarden-cli-completions.nu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom-completions/bitwarden-cli/bitwarden-cli-completions.nu b/custom-completions/bitwarden-cli/bitwarden-cli-completions.nu index 3e6473e..a8daa30 100644 --- a/custom-completions/bitwarden-cli/bitwarden-cli-completions.nu +++ b/custom-completions/bitwarden-cli/bitwarden-cli-completions.nu @@ -46,8 +46,7 @@ def "nu-complete bw organization-user-statuses" [] { # # Supported settings def "nu-complete bw config-settings" [] { - [server # On-premises hosted installation URL. - ] + [{ value: "server", description: "On-premises hosted installation URL." }] } # bw list supported object values