From a7bcdd4a46d8426b6ffd1dfb6bd4966c666615dc Mon Sep 17 00:00:00 2001 From: Jacob Lamb Date: Wed, 13 Sep 2023 11:15:10 -0700 Subject: [PATCH 1/9] Refine CLI flag descriptions for clarity --- packages/create-astro/src/actions/help.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/create-astro/src/actions/help.ts b/packages/create-astro/src/actions/help.ts index c03735b18b01..131b0bf34390 100644 --- a/packages/create-astro/src/actions/help.ts +++ b/packages/create-astro/src/actions/help.ts @@ -7,17 +7,17 @@ export function help() { headline: 'Scaffold Astro projects.', tables: { Flags: [ - ['--help (-h)', 'See all available flags.'], - ['--template ', 'Specify your template.'], - ['--install / --no-install', 'Install dependencies (or not).'], - ['--git / --no-git', 'Initialize git repo (or not).'], - ['--yes (-y)', 'Skip all prompt by accepting defaults.'], - ['--no (-n)', 'Skip all prompt by declining defaults.'], - ['--dry-run', 'Walk through steps without executing.'], - ['--skip-houston', 'Skip Houston animation.'], - ['--ref', 'Choose astro branch (default: latest).'], - ['--fancy', 'Enable full unicode support for Windows.'], - ['--typescript