test/commands
This commit is contained in:
parent
ff3716148a
commit
b45449421e
1 changed files with 5 additions and 2 deletions
|
@ -21,7 +21,8 @@ rwx_test_code() {
|
||||||
"variables" \
|
"variables" \
|
||||||
"functions" \
|
"functions" \
|
||||||
"aliases" \
|
"aliases" \
|
||||||
"aliases_functions"
|
"aliases_functions" \
|
||||||
|
"commands"
|
||||||
rwx_code
|
rwx_code
|
||||||
for items in "${@}"; do
|
for items in "${@}"; do
|
||||||
echo
|
echo
|
||||||
|
@ -46,7 +47,9 @@ rwx_test_doc() {
|
||||||
"rwx_cache" \
|
"rwx_cache" \
|
||||||
\
|
\
|
||||||
"alias/batcat" \
|
"alias/batcat" \
|
||||||
"b"
|
"b" \
|
||||||
|
\
|
||||||
|
"rwx_install"
|
||||||
for item in "${@}"; do
|
for item in "${@}"; do
|
||||||
echo
|
echo
|
||||||
rwx_code_doc "${item}"
|
rwx_code_doc "${item}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue