[ci] format
This commit is contained in:
parent
913591d137
commit
75ffab7009
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
**/
|
||||
|
|
Loading…
Reference in a new issue