mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2026-07-23 02:14:15 +00:00
Implemented basic cleanup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user