1 2 3 4 5 6 7 8 9 10 11 12 13
--- argument_specs: main: options: python_global_version: type: "str" description: "The pyenv python global version to use, default: system" default: "system" python_versions: type: "list" description: "The python versions to install" elements: "str" default: []