Skip to content

Commit

Permalink
Add --typescript option to generate command docs
Browse files Browse the repository at this point in the history
  • Loading branch information
achambers authored Nov 10, 2023
1 parent e494d46 commit 828ade8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/advanced-use/cli-commands-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ ember generate <blueprint> <options...>
--in (String) (Default: null) Runs a blueprint
against an in repo addon. A path is expected,
relative to the root of the project.
--typescript (Boolean) Generates a version of the blueprint written in TypeScript (if available).
aliases: -ts
```
### Available blueprints from `ember-source`
Expand Down

0 comments on commit 828ade8

Please sign in to comment.