diff options
Diffstat (limited to 'collection/powershell/feature.json')
-rw-r--r-- | collection/powershell/feature.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/collection/powershell/feature.json b/collection/powershell/feature.json new file mode 100644 index 0000000..d81bb4b --- /dev/null +++ b/collection/powershell/feature.json @@ -0,0 +1,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" + } +}
\ No newline at end of file |