This commit is contained in:
bholmesdev 2022-09-12 15:13:07 -04:00
parent 27128c0e89
commit fe646e5acc

View file

@ -106,7 +106,6 @@ async function handleConfigError(
**/ **/
async function runCommand(cmd: string, flags: yargs.Arguments) { async function runCommand(cmd: string, flags: yargs.Arguments) {
const root = flags.root; const root = flags.root;
switch (cmd) { switch (cmd) {
case 'help': case 'help':
printAstroHelp(); printAstroHelp();