CodeEditApp / CodeEditApp/CodeEditCLI
✨ Command to list extensions
- 主要言語
- Swift
- スター
- 81
- フォーク
- 19
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## 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
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
ファイルまたはテストのエントリポイントは指定されていません。まず CLI コマンドの処理箇所と、インストール済み拡張機能のデータソースを特定します。その後、識別子のみの出力と、オプションの詳細テーブルの両方を、ドキュメントに記載された短いフラグと長いフラグも含めて検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- swift
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100