chore: Enable execution of cmd_run

- Uncomment herocmds.cmd_run(mut cmd)
This commit is contained in:
Mahmoud-Emad
2025-11-14 11:21:07 +02:00
parent fcb5964f8d
commit 8c2b5a8f5e

View File

@@ -56,8 +56,6 @@ fn do() ! {
version: '1.0.36' version: '1.0.36'
} }
// herocmds.cmd_run_add_flags(mut cmd)
mut toinstall := false mut toinstall := false
if !osal.cmd_exists('mc') || !osal.cmd_exists('redis-cli') { if !osal.cmd_exists('mc') || !osal.cmd_exists('redis-cli') {
toinstall = true toinstall = true
@@ -86,7 +84,7 @@ fn do() ! {
base.redis_install()! base.redis_install()!
// herocmds.cmd_run(mut cmd) herocmds.cmd_run(mut cmd)
herocmds.cmd_git(mut cmd) herocmds.cmd_git(mut cmd)
herocmds.cmd_generator(mut cmd) herocmds.cmd_generator(mut cmd)
herocmds.cmd_docusaurus(mut cmd) herocmds.cmd_docusaurus(mut cmd)