Closed ghost closed 10 years ago
Yes, it doesn't change the original data, just the keys:
https://github.com/TorchlightSoftware/mongo-watch/blob/master/lib/formats.coffee#L14
At this point, there may be people relying upon the current functionality, so it seems unlikely to justify a change. Closing, as this works as intended.
When I choose pretty format, the operation delete is marked 'd' instead of 'delete'
in formats.coffee there is a case 'r' <=> 'remove', should it be 'delete' ?