diff --git a/multiball/__main__.py b/multiball/__main__.py index aacfe7c..c1854d9 100644 --- a/multiball/__main__.py +++ b/multiball/__main__.py @@ -4,8 +4,6 @@ # # TODO -# - keep track of result status, indicate how many and which ones failed with an error, failed with a return code, and -# succeeded, print at end. # - keep track of previous command outputs for last command, and any previous command with target list and command line # - calling commands and alieses from command line # - tagging and filtering commands (so #noupgrade gets a tag, and we can filter them)