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.
1 parent e964f9e commit 86afab6Copy full SHA for 86afab6
content/cli/usages.md
@@ -71,7 +71,7 @@ $ nest g <schematic> <name> [options]
71
| `pipe` | `pi` | Generate a pipe declaration. |
72
| `provider` | `pr` | Generate a provider declaration. |
73
| `resolver` | `r` | Generate a resolver declaration. |
74
-| `resource` | `res` | Generate a new CRUD resource. See the [CRUD (resource) generator](/recipes/crud-generator) for more details. (TS Only)|
+| `resource` | `res` | Generate a new CRUD resource. See the [CRUD (resource) generator](/recipes/crud-generator) for more details. (TS only)|
75
| `service` | `s` | Generate a service declaration. |
76
77
##### Options
0 commit comments