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

Flag --debug in atvremote is ignored if -v is specified after #63

Closed
postlund opened this issue Mar 16, 2017 · 0 comments
Closed

Flag --debug in atvremote is ignored if -v is specified after #63

postlund opened this issue Mar 16, 2017 · 0 comments
Labels

Comments

@postlund
Copy link
Owner

Example with --debug:

$ atvremote --debug scan
DEBUG: Discovering devices for 3 seconds
DEBUG: Auto-discovered service Apple TV at 10.0.10.26 (hsgid: 123)
Found Apple TVs:
 - Apple TV at 10.0.10.26 (login id: 123)

If -v is added after:

$ atvremote --debug -v scan
Found Apple TVs:
 - Apple TV at 10.0.10.26 (login id: 00000000-1125-ff3b-7f12-8518bf3e4c0e)

Before works fine:

$ atvremote -v --debug scan
DEBUG: Discovering devices for 3 seconds
DEBUG: Auto-discovered service Apple TV at 10.0.10.26 (hsgid: 123)
Found Apple TVs:
 - Apple TV at 10.0.10.26 (login id: 123)
@postlund postlund added the bug label Mar 16, 2017
@postlund postlund changed the title Flag --debug in atvremote is ignored if -v is specified Flag --debug in atvremote is ignored if -v is specified after Mar 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant