apply patch from #1548
This commit is contained in:
parent
f299be0eb9
commit
983c9dad99
@ -218,7 +218,7 @@ class ConsoleUI(component.Component):
|
|||||||
self.interactive = True
|
self.interactive = True
|
||||||
self._commands = cmds
|
self._commands = cmds
|
||||||
if args:
|
if args:
|
||||||
args = args[0]
|
args = ' '.join(args)
|
||||||
self.interactive = False
|
self.interactive = False
|
||||||
if not cmds:
|
if not cmds:
|
||||||
print "Sorry, couldn't find any commands"
|
print "Sorry, couldn't find any commands"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user