-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Embedded Shell
-
None
-
1
-
Not Needed
-
Iteration Vegetable, Iteration Watermelon
Whenever starting mongosh, following is displayed:
- "For more information about mongosh, please see our docs: https://docs.mongodb.com/mongodb-shell/"
For many terminal sizes, this is quite a long line which often wraps and looks ugly. Can we have a less verbose and noisy version of the text used instead. eg.:
- "For mongosh info see: https://docs.mongodb.com/mongodb-shell/"
Also can we store some sort of client side counter, that for example, stops showing this tip after the first 10 times mongosh is opened, for example (maybe re-activating each time there is a new mongosh version)?