This may really be a “beginner js question” …
In mongosh:
db.runCommand.help
{
help: 'shell-api.classes.Database.help.attributes.runCommand.example',
docs: 'shell-api.classes.Database.help.attributes.runCommand.link',
attr: [
{
description: 'shell-api.classes.Database.help.attributes.runCommand.description'
}
]
}
How does one dereference the “help:” and “docs:” and “description:” values and see this content, please?