modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2023-11-17 11:11:03 +04:00
parent 0009fe55d5
commit ae65a36505
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ function nulib__define_functions() {
}
function module:() {
if [ -n "$LIST_FUNCS" ]; then
esection "$1: $2"
esection "@$1: $2"
fi
local module
SHOW_MODULE=
@ -32,9 +32,9 @@ function nulib__define_functions() {
}
function function:() {
if [ -n "$LIST_FUNCS" ]; then
estep "$1"
eecho "$1"
elif [ -n "$SHOW_MODULE" ]; then
esection "$1"
eecho "$COULEUR_BLEUE>>> $1 <<<$COULEUR_NORMALE"
eecho "$2"
else
local func