Uses Yargs instead of Command

Summary: This diff allows Metro to throw an error when a configuration file cannot be found, by using a new strict: true option.

Reviewed By: rafeca

Differential Revision: D6998613

fbshipit-source-id: b704633be18d5c007f1a022fa811d0a74c636fc9
This commit is contained in:
Maël Nison 2018-02-22 06:06:38 -08:00 committed by Facebook Github Bot
parent 190e6bef2e
commit 13ee1b5920
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ function dependencies(argv, config, args, packagerInstance) {
module.exports = {
name: 'dependencies',
description: 'lists dependencies',
func: dependencies,
options: [
{