From 1de6be55f7586f84ea46e9576e1b12cee112aff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Tk=C3=A1=C4=8Dik?= Date: Sun, 23 Nov 2025 10:41:58 +0100 Subject: [PATCH] nuxr: Display custom help before common commands --- inc/nuxr.nuxsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/nuxr.nuxsh.sh b/inc/nuxr.nuxsh.sh index 85f6434..0d2178c 100644 --- a/inc/nuxr.nuxsh.sh +++ b/inc/nuxr.nuxsh.sh @@ -58,8 +58,8 @@ nux.use nux/help if [ -z "$allArgs" ] { echo Usage: $NC_Bold$NUX_SCRIPTNAME ${NC_No}${NC_White}\${NC_No} [\] help:comment "$NUX_SCRIPT" - help:comment "$NUX_RUNNER" nux.exec.optional task.help.additional + help:comment "$NUX_RUNNER" else :topic "$@" }