Don't call pager with --clear-screen
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
Bug report
Bug description:
This was recently introduced by https://github.com/python/cpython/pull/146382.
I believe this rather lead to a bad user experience, see https://github.com/python/cpython/pull/146382#issuecomment-4185931124. The screen will be cleared regardless on the text size, even if it's small, like small docstrings. Then you have to scroll up terminal to see recent output and so on.
IMO, it's better to follow git's defaults, which uses --quit-if-one-screen option to display small texts "inline". We could too.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
- gh-148322
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看关联的 PR gh-148322 以及 PR 146382 引入的更改,然后跟踪 CPython 在哪里为较短的 docstring 调用 pager。完成的标准是:短文本保持 inline,而较长的输出仍使用 pager,且不会清空终端;如果相关工作尚未覆盖,请添加或更新相应的测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100