将旗帜传递给狮身人面像跑步者?

发布于 2025-01-17 07:48:10 字数 574 浏览 0 评论 0原文

所以我有以下项目 OpenFHE-development 当我运行构建过程中,有很多警告。然而,大多数这些警告都可以忽略(我们在推送到主分支之前对它们进行审查)

具体来说,有没有办法将

pth/python -m sphinx -T -E -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . _build/localmedia

其转换为

pth/python -m sphinx -T -E -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . _build/localmedia 2> errors.txt

(将 stderr 通过管道传输到文件,而不是将其显示在 stdout 上)?

So I've got the following project OpenFHE-development and when I run the build process, there are lots of warnings. However, most of these warnings are fine to ignore (we vet them before pushing to the main branch)

Specifically, is there a way to take

pth/python -m sphinx -T -E -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . _build/localmedia

and convert it to

pth/python -m sphinx -T -E -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . _build/localmedia 2> errors.txt

(pipe the stderr to a file instead of having it display on stdout)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鹿童谣 2025-01-24 07:48:10

目前看来不可能。请参阅 git 讨论

Does not seem to be possible at the moment. See git discussion

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文