diff options
author | 2022-06-30 14:18:38 +0000 | |
---|---|---|
committer | 2022-06-30 14:18:38 +0000 | |
commit | 75ffab7009ae4a5a8cc310795436ae291e554373 (patch) | |
tree | 764b4659b342329057de0911faa2a0a2fa7743fb | |
parent | 913591d13761d7c99f4b5bf547942922736a9f3a (diff) | |
download | astro-75ffab7009ae4a5a8cc310795436ae291e554373.tar.gz astro-75ffab7009ae4a5a8cc310795436ae291e554373.tar.zst astro-75ffab7009ae4a5a8cc310795436ae291e554373.zip |
[ci] format
-rw-r--r-- | packages/astro/src/cli/index.ts | 4 |
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. **/ |