refactor: 完成所有指令

This commit is contained in:
Rock Chin
2023-03-30 11:11:39 +00:00
parent 2069ba6836
commit b100f12e7f
8 changed files with 238 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ def process_command(session_name: str, text_message: str, mgr, config,
command=cmd,
crt_command=cmd,
params=params,
crt_params=params,
crt_params=params[:],
session_name=session_name,
text_message=text_message,
launcher_type=launcher_type,