Is there a way to set the indentation level of MongoDB's pretty
shell command?
Sometimes, deeply nested objects need to be wrapped when pretty-printing. While modules such as Python's pprint have a setting for the indentation level, MongoDB's pretty
API does not seem to provide this.
Is there a workaround (any way to set the indentation of pretty-printing)?