We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0423dbc commit ac7dac7Copy full SHA for ac7dac7
source/reference/methods.txt
@@ -827,6 +827,11 @@ Native Methods
827
828
- Description
829
830
+ * - ``isInteractive()``
831
+
832
+ - Returns a boolean indicating whether mongosh is running in
833
+ interactive or script mode.
834
835
* - :manual:`load() </reference/method/load/>`
836
837
- Loads and runs a JavaScript file in the shell.
@@ -854,6 +859,10 @@ Native Methods
854
859
> print(x)
855
860
example text
856
861
862
+ * - ``quit()``
863
864
+ - Exits the current shell session.
865
857
866
* - ``sleep()``
858
867
868
- Suspends the |mongo| shell for a given period of time.
0 commit comments