summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tony-sull <tony-sull@users.noreply.github.com> 2022-06-30 14:18:38 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-06-30 14:18:38 +0000
commit75ffab7009ae4a5a8cc310795436ae291e554373 (patch)
tree764b4659b342329057de0911faa2a0a2fa7743fb
parent913591d13761d7c99f4b5bf547942922736a9f3a (diff)
downloadastro-75ffab7009ae4a5a8cc310795436ae291e554373.tar.gz
astro-75ffab7009ae4a5a8cc310795436ae291e554373.tar.zst
astro-75ffab7009ae4a5a8cc310795436ae291e554373.zip
[ci] format
-rw-r--r--packages/astro/src/cli/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/cli/index.ts b/packages/astro/src/cli/index.ts
index a54ae1b72..f379d8bc9 100644
--- a/packages/astro/src/cli/index.ts
+++ b/packages/astro/src/cli/index.ts
@@ -81,8 +81,8 @@ function resolveCommand(flags: Arguments): CLICommand {
return 'help';
}
-/**
- * Run the given command with the given flags.
+/**
+ * Run the given command with the given flags.
* NOTE: This function provides no error handling, so be sure
* to present user-friendly error output where the fn is called.
**/