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

feat(quiet/verbose): add --quiet and --verbose flags to control t… #156

Merged
merged 1 commit into from
Nov 22, 2016

Conversation

sjelin
Copy link
Contributor

@sjelin sjelin commented Nov 18, 2016

…he level of output

I added the --quiet flag for cases like:
webdriver-manager start --detach; ./tests.sh; webdriver-manager shutdown
where currently the selenium server output will get mixed in with other output.

I also added the --verbose flag for webdriver-manager update in case you really wanted to
see all the output which gets eaten by using --android-accept-licenses.

@cnishina
Copy link
Member

please rebase.

…he level of output

I added the `--quiet` flag for cases like:
`webdriver-manager start --detach; ./tests.sh; webdriver-manager shutdown`
where currently the selenium server output will get mixed in with other output.

I also added the `--verbose` flag for `webdriver-manager update` in case you *really* wanted to
see all the output which gets eaten by using `--android-accept-licenses`.
@sjelin sjelin merged commit 338fffd into angular:master Nov 22, 2016
sjelin added a commit to sjelin/webdriver-manager that referenced this pull request Dec 16, 2016
…he level of output (angular#156)

I added the `--quiet` flag for cases like:
`webdriver-manager start --detach; ./tests.sh; webdriver-manager shutdown`
where currently the selenium server output will get mixed in with other output.

I also added the `--verbose` flag for `webdriver-manager update` in case you *really* wanted to
see all the output which gets eaten by using `--android-accept-licenses`.
sjelin added a commit to sjelin/webdriver-manager that referenced this pull request Dec 20, 2016
…he level of output (angular#156)

I added the `--quiet` flag for cases like:
`webdriver-manager start --detach; ./tests.sh; webdriver-manager shutdown`
where currently the selenium server output will get mixed in with other output.

I also added the `--verbose` flag for `webdriver-manager update` in case you *really* wanted to
see all the output which gets eaten by using `--android-accept-licenses`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants