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 ce38c96 commit 1590cadCopy full SHA for 1590cad
content/cli/usages.md
@@ -63,8 +63,8 @@ $ nest g <schematic> <name> [options]
63
| `filter` | `f` | Generate a filter declaration. |
64
| `gateway` | `ga` | Generate a gateway declaration. |
65
| `guard` | `gu` | Generate a guard declaration. |
66
-| `interface` | | Generate an interface. |
67
-| `interceptor` | `in` | Generate an interceptor declaration. |
+| `interface` | `itf` | Generate an interface. |
+| `interceptor` | `itc` | Generate an interceptor declaration. |
68
| `middleware` | `mi` | Generate a middleware declaration. |
69
| `module` | `mo` | Generate a module declaration. |
70
| `pipe` | `pi` | Generate a pipe declaration. |
0 commit comments