kete: rename 'list' command into 'devices'

'list' and 'listen' are just too close to each other, meaning the
completion stops at 'list' while the lazy developer/tester want to
do a 'listen'.

Change the name of the less used command so we have separate spaces
for completion
pull/63/head
Benjamin Tissoires 2018-01-31 16:29:43 +01:00 committed by Peter Hutterer
parent 0c829754cd
commit 5368e49f5d
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ class TuhiKeteShell(cmd.Cmd):
worker.run()
self._workers.append(worker)
def do_list(self, arg):
def do_devices(self, arg):
'''List known devices. These are devices previously paired with the daemon.'''
logger.debug('Listing available devices:')
for d in self._manager.devices: