mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 09:55:01 -07:00
feat: correct description for version preceded by star
This commit is contained in:
parent
e8d6372564
commit
04fe7e30ca
2
asdf.nu
2
asdf.nu
@ -87,7 +87,7 @@ module asdf {
|
|||||||
let versions = ^asdf list $plugin
|
let versions = ^asdf list $plugin
|
||||||
| lines
|
| lines
|
||||||
| each { |line| $line | str trim }
|
| each { |line| $line | str trim }
|
||||||
| each { |version| if ($version | str starts-with "*") {{value: ($version | str substring 1..), description: "current global"}} else {{value: $version, description: ""}} }
|
| each { |version| if ($version | str starts-with "*") {{value: ($version | str substring 1..), description: "current version"}} else {{value: $version, description: ""}} }
|
||||||
|
|
||||||
let latest = ^asdf latest $plugin | str trim
|
let latest = ^asdf latest $plugin | str trim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user