mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
fix: support ft-client help and ft-client show commands
This commit is contained in:
@@ -82,7 +82,7 @@ def print_commands():
|
||||
|
||||
|
||||
def main_exec(parsed: dict[str, Any]):
|
||||
if parsed.get("show"):
|
||||
if parsed.get("show") or parsed.get("command") in ("show", "help"):
|
||||
print_commands()
|
||||
sys.exit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user