Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: --verbose option not working for run-ios #1946

Conversation

szymonrybczak
Copy link
Collaborator

@szymonrybczak szymonrybczak commented May 30, 2023

Summary:

Fixes #1391
Closes #1571

Added .enablePositionalOptions(); to CommanderCommand.

Read here more about this option.

Test Plan:

  1. Clone the repository and do all the required steps from the Contributing guide
  2. Run this command:
node /path/to/react-native-cli/packages/cli/build/bin.js run-ios --verbose

Should correctly pass the --verbose flag to the run-ios command.

@liamjones
Copy link
Contributor

I think this renders #1571 redundant now?

@szymonrybczak
Copy link
Collaborator Author

@liamjones Yes, I added "Closes" to the PR summary, so when this PR will be merged #1571 will close automatically.

@adamTrz adamTrz merged commit 4356f57 into react-native-community:main Jun 2, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

run-ios command ignores the verbose option
3 participants