#!/usr/bin/env bash
# asdf: print every installable version, oldest first, space separated.
#
# Read from the git tags rather than the releases API: the API allows 60
# unauthenticated requests an hour, and `asdf list all` is exactly the kind of
# thing someone runs a few times in a row.
|
|
|
|
|