stub out return_execute with zero args
This commit is contained in:
parent
e111b9d017
commit
c5842ab9b5
4 changed files with 57 additions and 9 deletions
|
@ -139,6 +139,7 @@ def _list_devices():
|
|||
# TODO: better formatting like "lsusb -v"?
|
||||
data = _query_device_info(device)
|
||||
print_dotted_output(data)
|
||||
# _xap_transaction(device, 0x01, 0x07, 1)
|
||||
|
||||
|
||||
@cli.argument('-d', '--device', help='device to select - uses format <pid>:<vid>.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue