-
Notifications
You must be signed in to change notification settings - Fork 637
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update get-dependencies command to accept entryFile as positional arg
Summary: Small usability win when running `metro get-dependencies`. `entryFile` can now be received as an optional positional argument, as well as the existing named `--entry-file` arg. Changelog: **[Feature]** `metro get-dependencies --entryFile <entryFile>` can now be called as `metro get-dependencies <entryFile>` Reviewed By: motiz88 Differential Revision: D44028219 fbshipit-source-id: 2bed4e99e354f2e5c4a33cadd887c53f12665c65
- Loading branch information
1 parent
32b9291
commit 6fdce04
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters