summaryrefslogtreecommitdiff
path: root/packages/create-astro/src/actions/help.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro/src/actions/help.ts')
-rw-r--r--packages/create-astro/src/actions/help.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/src/actions/help.ts b/packages/create-astro/src/actions/help.ts
index 097dfa701..1d5c7f609 100644
--- a/packages/create-astro/src/actions/help.ts
+++ b/packages/create-astro/src/actions/help.ts
@@ -10,6 +10,7 @@ export function help() {
['--help (-h)', 'See all available flags.'],
['--template <name>', 'Specify your template.'],
['--install / --no-install', 'Install dependencies (or not).'],
+ ['--add <integrations>', 'Add integrations.'],
['--git / --no-git', 'Initialize git repo (or not).'],
['--yes (-y)', 'Skip all prompts by accepting defaults.'],
['--no (-n)', 'Skip all prompts by declining defaults.'],
@@ -17,7 +18,6 @@ export function help() {
['--skip-houston', 'Skip Houston animation.'],
['--ref', 'Choose astro branch (default: latest).'],
['--fancy', 'Enable full Unicode support for Windows.'],
- ['--typescript <option>', 'TypeScript option: strict | strictest | relaxed.'],
],
},
});