From a7257b25845790a5cf7345d95c5550bd3f57bc9b Mon Sep 17 00:00:00 2001 From: jank Date: Fri, 20 Jun 2025 07:55:30 +0200 Subject: [PATCH] fix: Remove command --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index a19184b..1fe294d 100644 --- a/index.ts +++ b/index.ts @@ -106,7 +106,7 @@ program program.command("init").action(() => { console.log(`${CLI_NAME}() { -unbuffer command ${CLI_NAME} "$@" | while IFS= read -r line; do +unbuffer ${CLI_NAME} "$@" | while IFS= read -r line; do if [[ $line == __EXEC__* ]]; then eval "\${line#__EXEC__}" else