[ci] format

This commit is contained in:
tony-sull 2022-06-30 14:18:38 +00:00 committed by fredkbot
parent 913591d137
commit 75ffab7009

View file

@ -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.
**/