Skip to content

Commit

Permalink
chore: move command
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 5, 2023
1 parent 5fa7608 commit e86182d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ function printAstroHelp() {
['check', 'Check your project for errors.'],
['dev', 'Start the development server.'],
['docs', 'Open documentation in your web browser.'],
['info', 'Emit useful information about Astro current setup. Useful for debugging.'],
['preview', 'Preview your build locally.'],
['sync', 'Generate content collection types.'],
['telemetry', 'Configure telemetry settings.'],
['info', 'Emit useful information about Astro current setup. Useful for debugging.'],
],
'Global Flags': [
['--config <path>', 'Specify your config file.'],
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e86182d

Please sign in to comment.