Skip to content

Commit 81a5056

Browse files
committed
fix: support ft-client help and ft-client show commands
1 parent 1876656 commit 81a5056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ft_client/freqtrade_client/ft_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def print_commands():
8282

8383

8484
def main_exec(parsed: dict[str, Any]):
85-
if parsed.get("show"):
85+
if parsed.get("show") or parsed.get("command") in ("show", "help"):
8686
print_commands()
8787
sys.exit()
8888

0 commit comments

Comments
 (0)