From 048f41cd057c2afd4a886b34f3a3e84e52483e1b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 9 Jul 2025 00:39:58 +0200 Subject: [PATCH] code/help --- sh/core/code.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sh/core/code.sh b/sh/core/code.sh index 2908f7c..393e5d5 100644 --- a/sh/core/code.sh +++ b/sh/core/code.sh @@ -37,7 +37,7 @@ _rwx_code_variables="" # output help message rwx_code_help() { - rwx_log \ + rwx_log "" \ "rwx_… = functions" \ " a__… = aliases" \ " u__… = user" @@ -246,11 +246,7 @@ rwx_code_main() { fi # context / shell else - # run interactive extras - if rwx_main_interactive; then - # help - rwx_log - rwx_code_help - fi + # display help + rwx_code_help fi }