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}"