From 2890d13d92dd5743daa1077dd1cb27764601bd37 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 27 Sep 2025 08:54:25 +0200 Subject: [PATCH] feat: Improve styling of list-exchanges table --- freqtrade/commands/list_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/commands/list_commands.py b/freqtrade/commands/list_commands.py index 4bd2c0270..8d567d90e 100644 --- a/freqtrade/commands/list_commands.py +++ b/freqtrade/commands/list_commands.py @@ -66,7 +66,7 @@ def start_list_exchanges(args: dict[str, Any]) -> None: if exchange["is_alias"]: name.stylize("strike") classname.stylize("strike") - classname.append(f" (use {exchange['alias_for']})", style="italic") + classname.append(f"\n -> use {exchange['alias_for']}", style="italic") trade_modes = Text( ", ".join(