Compare commits

...

2 commits

Author SHA1 Message Date
bholmesdev
fe646e5acc noop 2022-09-12 15:13:07 -04:00
bholmesdev
27128c0e89 empty 2022-09-12 15:11:52 -04:00

View file

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