code/help

This commit is contained in:
Marc Beninca 2025-07-09 00:39:58 +02:00
parent c11edc243f
commit 048f41cd05
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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