Details
-
Bug
-
Resolution: Unresolved
-
Minor - P4
-
None
-
None
-
None
-
None
-
OS: Windows 10
Additional info:
MongoDB Compass version: 6.0.5
Error Code: [COMMON-90002]
Description
Problem Statement/Rationale
As a user, when i'm trying to quit the Mongo DB shell Console using the 'exit/quit' command(s) and observing that 'MongoshUnimplementedError'. but the above commands and the corresponding action(s) has been mentioned in the help.
Please find the attached screenshot(s) for ref.
Steps to Reproduce
- Open Mongo DB Compass and connect to any database
- Open Compass Shell and run any of the command i.e. exit / quit
Expected Results
The corresponding action for Mongo DB Compass Shell should be performed on running exit or quit command. No error should be displayed.
Actual Results
Getting the error as below:
[MongoshUnimplementedError:|#]
[COMMON-90002] the exit/quit commands are not supported for current platform: Compass
Additional Notes
It would be an appropriate error message should be thrown since the two commands i.e quit / exit and the corresponding action has been mentioned in the Shell help screen. (Please refer the screenshot for ref)