Skip to content

Commit 828ade8

Browse files
authored
Add --typescript option to generate command docs
1 parent e494d46 commit 828ade8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/advanced-use/cli-commands-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ ember generate <blueprint> <options...>
177177
--in (String) (Default: null) Runs a blueprint
178178
against an in repo addon. A path is expected,
179179
relative to the root of the project.
180+
--typescript (Boolean) Generates a version of the blueprint written in TypeScript (if available).
181+
aliases: -ts
180182
```
181183
182184
### Available blueprints from `ember-source`

0 commit comments

Comments
 (0)