diff options
Diffstat (limited to 'src/github-cli/feature.json')
-rw-r--r-- | src/github-cli/feature.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/github-cli/feature.json b/src/github-cli/feature.json new file mode 100644 index 0000000..03f07cf --- /dev/null +++ b/src/github-cli/feature.json @@ -0,0 +1,16 @@ +{ + "id": "github-cli", + "name": "GitHub CLI", + "options": { + "version": { + "type": "string", + "proposals": ["latest"], + "default": "latest", + "description": "Select version of the GitHub CLI, if not latest." + } + }, + "install": { + "app": "", + "file": "install.sh" + } +}
\ No newline at end of file |