This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Adds "yes" option to "setup-dev" command to accept all CLI questions with yes. This includes: * Accept Android SDK licenses * Accept Android platform, system, emulator licenses * Accept to overwrite pytorch_live AVD # Example ``` npx torchlive-cli setup-dev --yes ``` The short version is ``` npx torchlive-cli setup-dev -y ``` Note: the option will be used for the GitHub Action CI that tests the setup-dev command ## Test Tested in forked repo: https://github.com/raedle/live/runs/4576829417 Reviewed By: liuyinglao Differential Revision: D33229272 fbshipit-source-id: c8d288a19a865ae809f9e4ff524c66d481bee2e2
- Loading branch information
Showing
5 changed files
with
37 additions
and
19 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
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
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