Removed console.write_line
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user