This website requires JavaScript.
Explore
Help
Sign In
kevin
/
asdf
Watch
1
Fork
0
You've already forked asdf
mirror of
https://github.com/asdf-vm/asdf.git
synced
2024-11-15 09:38:16 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cc7778a040
asdf
/
test
/
fixtures
/
dummy_legacy_plugin
/
bin
/
list-all
5 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add legacy plugin fixture
2020-03-06 17:13:53 -07:00
#!/usr/bin/env bash
feat: asdf latest defer to plugin to determine the latest version (#938) Co-authored-by: James Hegedus <jthegedus@hey.com>
2021-07-06 19:51:19 -07:00
versions_list=(1.0.0 1.1.0 2.0.0)
Add legacy plugin fixture
2020-03-06 17:13:53 -07:00
echo "${versions_list[@]}"
Reference in New Issue
Copy Permalink