aboutsummaryrefslogtreecommitdiff
path: root/src/powershell/feature.json
blob: d81bb4bbec6cc99e2248b3eeec64ecab7665569b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "id": "powershell",
    "name": "PowerShell",
    "options": {
        "version": {
            "type": "string",
            "proposals": ["latest", "7.1"],
            "default": "latest",
            "description": "Select or enter a version of PowerShell."
        }
    },
    "install": {
        "app": "",
        "file": "install.sh"
    }
}