Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable. For detailed instructions for each of our supported platforms, please

## CLI Usage
```shell
$ mongosh [options] [db address]
$ mongosh [options] [db address] [file names (ending in .js or .mongodb)]

Options:

Expand Down
2 changes: 1 addition & 1 deletion packages/cli-repl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CLI interface for [MongoDB Shell][mongosh], an extension to Node.js REPL with Mo

## Usage
```shell
$ mongosh [options] [db address]
$ mongosh [options] [db address] [file names (ending in .js or .mongodb)]

Options:

Expand Down
3 changes: 1 addition & 2 deletions packages/cli-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
},
"scripts": {
"compile-ts": "tsc -p tsconfig.json",
"start": "node bin/mongosh.js start",
"start-async": "node bin/mongosh.js start --async",
"start": "node bin/mongosh.js",
"pretest": "npm run compile-ts",
"test": "cross-env TS_NODE_PROJECT=../../config/tsconfig.test.json mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 --colors -r ts-node/register \"./{src,test}/**/*.spec.ts\"",
"test-ci": "cross-env TS_NODE_PROJECT=../../config/tsconfig.test.json mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register \"./{src,test}/**/*.spec.ts\"",
Expand Down
Loading