Skip to content

Commit

Permalink
Merge pull request #2933 from toxoxi/patch-2
Browse files Browse the repository at this point in the history
docs(cli): add command-line arguments to the options of `nest start`
  • Loading branch information
kamilmysliwiec committed Jan 8, 2024
2 parents d9dc298 + c19f453 commit b885272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/cli/usages.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ $ nest start <name> [options]
| `--webpackPath` | Path to webpack configuration. |
| `--tsc` | Force use `tsc` for compilation. |
| `--exec [binary]` | Binary to run (default: `node`). <br/>Alias `-e` |
| `-- [key=value]` | Command-line arguments that can be referenced with `process.argv`. |

#### nest add

Expand Down

0 comments on commit b885272

Please sign in to comment.