mongo shell 中的漂亮打印不起作用 - MongoDB 2.6 + Yosemite + ZSH
pretty print in mongo shell not working - MongoDB 2.6 + Yosemite + ZSH
我正在通过在命令行调用 mongo
来运行 mongo shell。结果是平淡无奇的 shell 体验。我想看到彩色 JSON 输出等。我尝试运行:
> db.my_collection.find().pretty()
但是没用。
我还尝试将以下行添加到 ~/.mongorc.js
:
DBQuery.prototype._prettyShell=true
但是没用。
试试 MongoDB shell enhancement。您可以在克隆存储库后进行特殊调整。
我正在通过在命令行调用 mongo
来运行 mongo shell。结果是平淡无奇的 shell 体验。我想看到彩色 JSON 输出等。我尝试运行:
> db.my_collection.find().pretty()
但是没用。
我还尝试将以下行添加到 ~/.mongorc.js
:
DBQuery.prototype._prettyShell=true
但是没用。
试试 MongoDB shell enhancement。您可以在克隆存储库后进行特殊调整。