RikaCelery
|
1905f0503f
|
在非ansi环境强制显示进度条等信息 (#327)
* 添加自定义Console,可强制以ansi模式输出
* 添加 `--force-ansi-console` 以在非ansi环境显示进度信息
* 添加用于移除ANSI颜色的 `--noansi`
* 只去除颜色和指针移动
* 使用系统默认输出编码
* 不重复输出,修复错误的正则替换,补充一个过滤
* 移除在NoAnsi环境下的无用输出
* force console width to max
* add escape sequence `\e[?25h`
* remove spinner for HTTPLiveRecordManager.cs and SimpleDownloadManager.cs when `--noansi`
* camelCase
* rename variable
* auto enable `--no-ansi` and `--force-ansi-console` when out/err redirected
* avoid null reference
* format code and clean up
* capitalize word `ANSI`
---------
Co-authored-by: RikaCelery <celeryfx@outlook.com>
|
2024-06-30 12:16:00 +08:00 |
|