mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 14:47: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:
parent
c424bf3c88
commit
b4a5b9e940
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue