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 4818024 commit 87fafd2Copy full SHA for 87fafd2
packages/cli-repl/bin/mongosh.js
@@ -1,6 +1,3 @@
1
-#!/usr/bin/env node
2
-
3
-/* eslint no-console: 0, no-new: 0*/
4
const { CliRepl, parseCliArgs, mapCliToDriver, generateUri, USAGE } = require('../lib');
5
6
process.title = 'mongosh';
0 commit comments