Skip to content

Commit b885272

Browse files
Merge pull request #2933 from toxoxi/patch-2
docs(cli): add command-line arguments to the options of `nest start`
2 parents d9dc298 + c19f453 commit b885272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/cli/usages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ $ nest start <name> [options]
146146
| `--webpackPath` | Path to webpack configuration. |
147147
| `--tsc` | Force use `tsc` for compilation. |
148148
| `--exec [binary]` | Binary to run (default: `node`). <br/>Alias `-e` |
149+
| `-- [key=value]` | Command-line arguments that can be referenced with `process.argv`. |
149150

150151
#### nest add
151152

0 commit comments

Comments
 (0)