Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/bin/
H A Dcli.ts163 const subcommand = args._[0]; constant
164 if (subcommand in migrationMap) {
165 const replacement = migrationMap[subcommand]; constant
168 …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`);