From eab3d0620ac4572a23bf7eae675831fc271a440a Mon Sep 17 00:00:00 2001 From: Cassowary Date: Fri, 14 Feb 2025 10:31:02 -0800 Subject: [PATCH] Update todo --- multiball/__main__.py | 2 -- 1 file changed, 2 deletions(-) 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)