1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- argument_specs: main: short_description: "Install and configure vim" description: "Install and configure vim" options: vimrc_repo_url: type: "str" description: "The vimrc git repo URL" required: true vimrc_setup_script: type: "str" description: "The vimrc setup script" required: true