From c0c5592c4cacd15654781dfc041e8683595499ef Mon Sep 17 00:00:00 2001 From: kwaroran Date: Thu, 25 Apr 2024 01:05:20 +0900 Subject: [PATCH] Add new commands to processCommand function --- src/ts/process/command.ts | 56 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/src/ts/process/command.ts b/src/ts/process/command.ts index 97ad3cc2..6892266d 100644 --- a/src/ts/process/command.ts +++ b/src/ts/process/command.ts @@ -213,6 +213,62 @@ async function processCommand(command:string, pipe:string):Promise