From b45449421e3a22cc600366f10a9ca1f2e525f288 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 01:25:22 +0200 Subject: [PATCH] test/commands --- sh/test.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sh/test.sh b/sh/test.sh index 4f4a557..ad17c22 100644 --- a/sh/test.sh +++ b/sh/test.sh @@ -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}"