Skip to content

Commit b20ea8e

Browse files
Merge pull request #1089 from Dominic-Preap/master
docs(cli): add preserveWatchOutput in cli section
2 parents db87b37 + 8d73455 commit b20ea8e

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

content/cli/usages.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,18 @@ $ nest start <name> [options]
124124

125125
##### Options
126126

127-
| Option | Description |
128-
| -------------------- | -------------------------------------------------------------------------------------------------------------------- |
129-
| `--path [path]` | Path to `tsconfig` file. <br/>Alias `-p` |
130-
| `--config [path]` | Path to `nest-cli` configuration file. <br/>Alias `-c` |
131-
| `--watch` | Run in watch mode (live-reload) <br/>Alias `-w` |
132-
| `--watchAssets` | Run in watch mode (live-reload), watching non-TS files (assets). See [Assets](cli/monorepo#assets) for more details. |
133-
| `--debug [hostport]` | Run in debug mode (with --inspect flag) <br/>Alias `-d` |
134-
| `--webpack` | Use webpack for compilation. |
135-
| `--webpackPath` | Path to webpack configuration. |
136-
| `--tsc` | Force use `tsc` for compilation. |
137-
| `--exec [binary]` | Binary to run (default: `node`). <br/>Alias `-e` |
127+
| Option | Description |
128+
| ----------------------- | -------------------------------------------------------------------------------------------------------------------- |
129+
| `--path [path]` | Path to `tsconfig` file. <br/>Alias `-p` |
130+
| `--config [path]` | Path to `nest-cli` configuration file. <br/>Alias `-c` |
131+
| `--watch` | Run in watch mode (live-reload) <br/>Alias `-w` |
132+
| `--preserveWatchOutput` | Keep outdated console output in watch mode instead of clearing the screen. (`tsc` watch mode only) |
133+
| `--watchAssets` | Run in watch mode (live-reload), watching non-TS files (assets). See [Assets](cli/monorepo#assets) for more details. |
134+
| `--debug [hostport]` | Run in debug mode (with --inspect flag) <br/>Alias `-d` |
135+
| `--webpack` | Use webpack for compilation. |
136+
| `--webpackPath` | Path to webpack configuration. |
137+
| `--tsc` | Force use `tsc` for compilation. |
138+
| `--exec [binary]` | Binary to run (default: `node`). <br/>Alias `-e` |
138139

139140
#### nest add
140141

0 commit comments

Comments
 (0)