From 9ad8262eb6a657a456c0f16b7d48c17d12004b0b Mon Sep 17 00:00:00 2001 From: kwaroran Date: Thu, 28 Mar 2024 18:27:18 +0900 Subject: [PATCH] Refactor command processing logic and add new commands for variable manipulation --- src/ts/process/command.ts | 40 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/src/ts/process/command.ts b/src/ts/process/command.ts index 02b43103..c87e8b86 100644 --- a/src/ts/process/command.ts +++ b/src/ts/process/command.ts @@ -51,7 +51,6 @@ async function processCommand(command:string, pipe:string):Promise