From dbbbf27d6db302fed6e714a22a9228aacbf6c216 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 29 May 2024 18:39:37 +0900 Subject: [PATCH] refactor: Add trigger command help --- src/ts/process/command.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ts/process/command.ts b/src/ts/process/command.ts index 7c3a28ef..df1c386c 100644 --- a/src/ts/process/command.ts +++ b/src/ts/process/command.ts @@ -286,6 +286,8 @@ async function processCommand(command:string, pipe:string):Promise