From 3a277ad757dbc51a43a5dd452d030c67a49d49f1 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 12 May 2022 16:10:51 -0400 Subject: restructure and update cli (#11) * restructure and update cli * typo --- collection/anaconda/feature.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 collection/anaconda/feature.json (limited to 'collection/anaconda/feature.json') diff --git a/collection/anaconda/feature.json b/collection/anaconda/feature.json deleted file mode 100644 index 7af90cd..0000000 --- a/collection/anaconda/feature.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "anaconda", - "name": "Anaconda", - "options": { - "version": { - "type": "string", - "proposals": ["latest"], - "default": "latest", - "description": "Select or enter an anaconda version." - } - }, - "install": { - "app": "", - "file": "install.sh" - } -} \ No newline at end of file -- cgit v1.2.3