diff options
author | 2023-02-22 00:33:52 +0800 | |
---|---|---|
committer | 2023-02-21 10:33:52 -0600 | |
commit | d0dbee872fd09800fba644ccbf4011ce01149706 (patch) | |
tree | 46ec8e5b4fdd390aed32a77e8200b93c29faea05 /packages/create-astro/src | |
parent | f218188b251ba1740b08db5807fafcfe93c5f2e7 (diff) | |
download | astro-d0dbee872fd09800fba644ccbf4011ce01149706.tar.gz astro-d0dbee872fd09800fba644ccbf4011ce01149706.tar.zst astro-d0dbee872fd09800fba644ccbf4011ce01149706.zip |
`create-astro` help info add `--typescript` flag (#6294)
* create-astro help info add --typescript flag
* changeset
* changeset
Diffstat (limited to 'packages/create-astro/src')
-rw-r--r-- | packages/create-astro/src/actions/help.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/create-astro/src/actions/help.ts b/packages/create-astro/src/actions/help.ts index 3ab4ca8b3..1c972aaca 100644 --- a/packages/create-astro/src/actions/help.ts +++ b/packages/create-astro/src/actions/help.ts @@ -14,6 +14,7 @@ export function help() { ['--no (-n)', 'Skip all prompt by declining defaults.'], ['--dry-run', 'Walk through steps without executing.'], ['--skip-houston', 'Skip Houston animation.'], + ['--typescript <option>', 'TypeScript option: strict | strictest | relaxed.'], ], }, }); |