You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Load a file into the shell context. Not currently implemented, if running mongosh from the CLI you can use .load <filename> as an alternative'
122
+
description: 'Loads and runs a JavaScript file into the current shell environment',
123
+
example: 'load("path/to/file.js")'
123
124
},
124
125
enableTelemetry: {
125
126
description: 'Enables collection of anonymous usage data to improve the mongosh CLI'
0 commit comments