6 条评论 (6 条评论)1 个反应 (1 个反应)0 位负责人 (0 位负责人)C++9,275 个派生 (9,275 个派生)batch import
Area-CommandlineIn-PRIssue-TaskProduct-Terminalgood first issue
仓库指标
- 星标
- 103,173 个星标 (103,173 个星标)
- PR 合并指标
- PR 指标待抓取 (PR 指标待抓取)
描述
We can use wt -d d:\ to open terminal in specific directory. This is not listed via wt /?

贡献者指南
- 研究方向
- 该问题报告称 ` d` 参数未在 `wt /?` 帮助输出中列出。修复方法:在代码库中定位帮助字符串定义,可能在类似 `TerminalApp/Commandline.cpp` 或 `TerminalApp/Argument.cpp` 的文件中。查找构建帮助文本的位置,可能使用了命令行参数解析器。添加 ` d` 条目及其描述。检查其他参数的现有模式以确保一致性。
- 技术栈
- cpp
- 领域
- cli
- 议题类型
- 缺陷
- 前置要求
- GitCommand line basics