fix(aliases): Fix signature help

This commit is contained in:
Myzel394 2024-10-16 16:34:35 +02:00
parent 1fc847d523
commit 994a561a26
No known key found for this signature in database
GPG Key ID: ED20A1D1D423AF3F

View File

@ -28,8 +28,8 @@ func GetRootSignatureHelp(
},
{
Label: []uint32{
uint32(len("<alias>:")),
uint32(len("<alias>:") + len("<value1>")),
uint32(len("<alias>: ")),
uint32(len("<alias>: ") + len("<value1>")),
},
Documentation: "A value to associate with the alias",
},