You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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)
The text was updated successfully, but these errors were encountered:
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
Example with
--debug
:If
-v
is added after:Before works fine:
The text was updated successfully, but these errors were encountered: