Removed console.write_line
This commit is contained in:
parent
c08ab33060
commit
0f43e57831
@ -120,7 +120,6 @@ class CLI(ApplicationABC):
|
|||||||
Error.error(f'Expected command')
|
Error.error(f'Expected command')
|
||||||
return
|
return
|
||||||
|
|
||||||
Console.write_line(command, args)
|
|
||||||
self._command_handler.handle(command, args)
|
self._command_handler.handle(command, args)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
Console.write_line()
|
Console.write_line()
|
||||||
|
Loading…
Reference in New Issue
Block a user