1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

nuxr: Display custom help before common commands

This commit is contained in:
Tony Tkáčik 2025-11-23 10:41:58 +01:00
parent 3d19888293
commit 1de6be55f7

View file

@ -58,8 +58,8 @@ nux.use nux/help
if [ -z "$allArgs" ] {
echo Usage: $NC_Bold$NUX_SCRIPTNAME ${NC_No}${NC_White}\<command\>${NC_No} [\<options\>]
help:comment "$NUX_SCRIPT"
help:comment "$NUX_RUNNER"
nux.exec.optional task.help.additional
help:comment "$NUX_RUNNER"
else
:topic "$@"
}