cli: add stub for listing devices

parent 143640b8
......@@ -30,6 +30,10 @@ class OauTest(cmd.Cmd):
self.fd = None
self.nchannels = None
def do_list(self, arg):
"""list devices and their access methods."""
pass
def do_open(self, arg):
"""open device by serial number"""
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment