Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-sull authored and astrobot-houston committed Jun 30, 2022
1 parent 913591d commit 75ffab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
**/
Expand Down

0 comments on commit 75ffab7

Please sign in to comment.