Skip to content

Commit 1590cad

Browse files
docs(v9): update interceptor and interface aliases
1 parent ce38c96 commit 1590cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/cli/usages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ $ nest g <schematic> <name> [options]
6363
| `filter` | `f` | Generate a filter declaration. |
6464
| `gateway` | `ga` | Generate a gateway declaration. |
6565
| `guard` | `gu` | Generate a guard declaration. |
66-
| `interface` | | Generate an interface. |
67-
| `interceptor` | `in` | Generate an interceptor declaration. |
66+
| `interface` | `itf` | Generate an interface. |
67+
| `interceptor` | `itc` | Generate an interceptor declaration. |
6868
| `middleware` | `mi` | Generate a middleware declaration. |
6969
| `module` | `mo` | Generate a module declaration. |
7070
| `pipe` | `pi` | Generate a pipe declaration. |

0 commit comments

Comments
 (0)