Archived
1
0

install.sh: Add our own flag parser

Fully supports long opts!
This commit is contained in:
Anmol Sethi
2020-05-21 15:17:02 -04:00
parent 0129e002e8
commit 510d84898c
7 changed files with 220 additions and 85 deletions

View File

@ -1,10 +1,9 @@
---
name: Bug report
about: Report a bug and help us improve
title: ''
labels: ''
assignees: ''
title: ""
labels: ""
assignees: ""
---
<!--

View File

@ -1,10 +1,9 @@
---
name: Extension request
about: Request an extension missing from the code-server marketplace
title: ''
title: ""
labels: extension-request
assignees: cmoog
---
<!--

View File

@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea
title: ''
title: ""
labels: feature
assignees: ''
assignees: ""
---
<!--