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/git/feature.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 collection/git/feature.json (limited to 'collection/git/feature.json') diff --git a/collection/git/feature.json b/collection/git/feature.json deleted file mode 100644 index 6d9686b..0000000 --- a/collection/git/feature.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "id": "git", - "name": "Git (may require compilation)", - "options": { - "version": { - "type": "string", - "proposals": ["latest", "os-provided"], - "default": "os-provided", - "description": "Select or enter a Git version." - }, - "ppa": { - "type": "boolean", - "default": true, - "description": "Install from PPA if available" - } - }, - "install": { - "app": "", - "file": "install.sh" - } -} \ No newline at end of file -- cgit v1.2.3