mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 04:41:15 +00:00
feat: Improve styling of list-exchanges table
This commit is contained in:
@@ -66,7 +66,7 @@ def start_list_exchanges(args: dict[str, Any]) -> None:
|
|||||||
if exchange["is_alias"]:
|
if exchange["is_alias"]:
|
||||||
name.stylize("strike")
|
name.stylize("strike")
|
||||||
classname.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(
|
trade_modes = Text(
|
||||||
", ".join(
|
", ".join(
|
||||||
|
|||||||
Reference in New Issue
Block a user