CodeEditApp / CodeEditApp/CodeEditCLI
✨ Command to list extensions
- Lingua principale
- Swift
- Stelle
- 81
- Fork
- 19
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## Proposed Addition
| Argument | Description |
| :- | :- |
|`-le` or `--list-extensions` | Outputs list of installed extensions |
## Description
Lists the installed extensions unique identifiers along with optional display name, author, status, size, and version.
## Examples
### Usage
```
codeedit --list-extensions
```
```
codeedit -le
```
Which would output...
```
johnsmith.react
janedoe.eslint
jakedaniels.prettier
```
You can also pass an additional flag to get more information
```
codeedit --list-extensions -l
```
Which would output...
```
ID Name Author Version
===================================================
johnsmith.react React John Smith 1.1.4
janedoe.eslint ESLint Jane Doe 2.1.2
jakedaniels.prettier Prettier Jake Daniels 1.6.3
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.