test/commands

This commit is contained in:
Marc Beninca 2025-07-08 01:25:22 +02:00
parent ff3716148a
commit b45449421e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -21,7 +21,8 @@ rwx_test_code() {
"variables" \
"functions" \
"aliases" \
"aliases_functions"
"aliases_functions" \
"commands"
rwx_code
for items in "${@}"; do
echo
@ -46,7 +47,9 @@ rwx_test_doc() {
"rwx_cache" \
\
"alias/batcat" \
"b"
"b" \
\
"rwx_install"
for item in "${@}"; do
echo
rwx_code_doc "${item}"