Skip to content

Commit

Permalink
Merge pull request #312 from achambers/patch-3
Browse files Browse the repository at this point in the history
Add --typescript option to generate command docs
  • Loading branch information
mansona authored Dec 8, 2023
2 parents e494d46 + 828ade8 commit 92bb960
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 92bb960

Please sign in to comment.