Searched refs:subcommand (Results 1 – 1 of 1) sorted by relevance
163 const subcommand = args._[0]; constant164 if (subcommand in migrationMap) {165 const replacement = migrationMap[subcommand]; constant168 …chalk.yellow` {gray $} {bold expo ${subcommand}} is not supported in the local CLI, please use {b…174 if (deprecated.includes(subcommand)) {176 console.log(chalk.yellow` {gray $} {bold expo ${subcommand}} is deprecated`);