From 8c2b5a8f5ee7dce25d20b7ca3fd2f5e462d63c03 Mon Sep 17 00:00:00 2001 From: Mahmoud-Emad Date: Fri, 14 Nov 2025 11:21:07 +0200 Subject: [PATCH] chore: Enable execution of cmd_run - Uncomment herocmds.cmd_run(mut cmd) --- cli/hero.v | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cli/hero.v b/cli/hero.v index 1068b712..4bd3bf05 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -56,8 +56,6 @@ fn do() ! { version: '1.0.36' } - // herocmds.cmd_run_add_flags(mut cmd) - mut toinstall := false if !osal.cmd_exists('mc') || !osal.cmd_exists('redis-cli') { toinstall = true @@ -86,7 +84,7 @@ fn do() ! { base.redis_install()! - // herocmds.cmd_run(mut cmd) + herocmds.cmd_run(mut cmd) herocmds.cmd_git(mut cmd) herocmds.cmd_generator(mut cmd) herocmds.cmd_docusaurus(mut cmd)