gpt4 book ai didi

javascript - 如何区分何时使用 xargs 调用 Node

转载 作者:行者123 更新时间:2023-11-28 05:29:41 26 4
gpt4 key购买 nike

Node.js 中有没有办法区分使用 xargs 调用的脚本和使用管道调用的脚本?

$ echo test | xargs node test.js
$ echo test | node test.js

我希望得到类似于 process.stdin.isTTY described in the docs 的东西

最佳答案

您应该能够使用描述的解决方案 here检测某些数据是否正在通过管道传输到 Node 进程。

对于 xargs,流被传递到 xargs 而不是 Node ,因此尝试从 stdin 读取应该会返回 null。

关于javascript - 如何区分何时使用 xargs 调用 Node ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39810860/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com