diff --git a/mcquack.py b/mcquack.py index 2e6d97b..b2711b2 100755 --- a/mcquack.py +++ b/mcquack.py @@ -266,9 +266,9 @@ def list_agents() -> None: console = Console() table = Table(show_header=True, header_style="bold cyan") - table.add_column("Agent Name", style="green") - table.add_column("Command", style="yellow") - table.add_column("Details", style="dim") + table.add_column("Label", style="green", no_wrap=False) + table.add_column("Command", style="yellow", no_wrap=False, overflow="fold") + table.add_column("Details", style="dim", no_wrap=False, overflow="fold") for plist_path in plists: try: