This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
asdf-python/bin/list-all
2022-08-22 14:15:33 +09:00

10 lines
165 B
Bash
Executable file

#!/usr/bin/env bash
source "$(dirname "$0")/utils.sh"
list_all() {
install_or_update_python_build
$(python_build_path) --definitions | tr '\n' ' '
}
list_all