From c19f4534a22ca85215e4f5aeb7aba87af0852bfd Mon Sep 17 00:00:00 2001 From: "Tomoki Ishida (plant)" Date: Fri, 5 Jan 2024 08:26:14 +0900 Subject: [PATCH] docs(cli): add command-line arguments to the options of `nest start` --- content/cli/usages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/cli/usages.md b/content/cli/usages.md index 439a8d0b11..64ad2b00e1 100644 --- a/content/cli/usages.md +++ b/content/cli/usages.md @@ -146,6 +146,7 @@ $ nest start [options] | `--webpackPath` | Path to webpack configuration. | | `--tsc` | Force use `tsc` for compilation. | | `--exec [binary]` | Binary to run (default: `node`).
Alias `-e` | +| `-- [key=value]` | Command-line arguments that can be referenced with `process.argv`. | #### nest add