devcontainers / devcontainers/cli
[Feature Request] Autocompletion for devcontainer cli commands
未关闭
- 主要语言
- TypeScript
- 星标
- 3k
- 派生
- 457
- 平均合并
- 13 小时 17 分钟
- 30 天内合并 PR
- 6
描述
It would be helpful if the commands in the terminal will autocomplete.
I would like to see this feature added.
For example:
`devcontainer feature test --skip-s`
when hitting tab it should autocomplete to `--skip-scenarios`
贡献指南
调研方向
从 devcontainer CLI 命令定义入手,跟踪 `devcontainer feature test` 如何提供 `--skip-scenarios` 选项。确定 shell 补全在哪里配置或生成,然后验证输入 `devcontainer feature test --skip-s` 并按 Tab 后会补全为 `--skip-scenarios`,且对其他 CLI 命令也有效。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100