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.
nest start
1 parent d9dc298 commit c19f453Copy full SHA for c19f453
content/cli/usages.md
@@ -146,6 +146,7 @@ $ nest start <name> [options]
146
| `--webpackPath` | Path to webpack configuration. |
147
| `--tsc` | Force use `tsc` for compilation. |
148
| `--exec [binary]` | Binary to run (default: `node`). <br/>Alias `-e` |
149
+| `-- [key=value]` | Command-line arguments that can be referenced with `process.argv`. |
150
151
#### nest add
152
0 commit comments