Added TODOs

This commit is contained in:
Dusty.P
2018-04-20 00:21:29 -08:00
parent 76574f94a7
commit 61f632a359
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -91,3 +91,5 @@ async def run_command(args):
stdout, stderr = await process.communicate()
# Return stdout
return stdout.decode().strip()
# TODO Add Paginator