fix: Remove command
All checks were successful
Release / Release (push) Successful in 32s

This commit is contained in:
Jan K9f 2025-06-20 07:55:30 +02:00
commit a7257b2584
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -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