bottom_bar remove _items, add remove_item and clear functions

This commit is contained in:
2025-04-24 19:08:37 -04:00
parent 6c72e22415
commit 18163edab9
4 changed files with 24 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ class Command(BaseModel):
elif callable(self.action):
console.print(f"{label}")
console.print(
f"[{OneColors.LIGHT_RED_b}]→ Would call:[/] {self.action.__name__} "
f"[{OneColors.LIGHT_RED_b}]→ Would call:[/] {self.action.__name__}"
f"[dim](args={self.args}, kwargs={self.kwargs})[/dim]"
)
else: