1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 15:17:47 +00:00

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
This commit is contained in:
Günter Zöchbauer 2023-01-20 13:22:35 +01:00 committed by GitHub
parent c424bf3c88
commit b4a5b9e940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,8 +46,7 @@ def "nu-complete bw organization-user-statuses" [] {
# #
# Supported settings # Supported settings
def "nu-complete bw config-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 # bw list supported object values