Implemented basic cleanup

This commit is contained in:
2022-12-09 13:22:57 +01:00
parent f547b79675
commit fa82f4d5da
5 changed files with 16 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ class Cli(object):
return self.output
def getOutputString(self):
return str(' '.join(self.output))
return str('\n'.join(self.output))
def getCommandString(self):
return self.command