\
This commit is contained in:
parent
b47e6ec7de
commit
4c5ac91ac3
1 changed files with 3 additions and 1 deletions
|
@ -170,6 +170,7 @@ rwx_self_subset() {
|
|||
# │ self │ test │
|
||||
# ╰──────┴──────╯
|
||||
|
||||
#= rst
|
||||
rwx_self_test() {
|
||||
local item
|
||||
set \
|
||||
|
@ -183,7 +184,8 @@ rwx_self_test() {
|
|||
"rwx_cache" \
|
||||
\
|
||||
"alias/batcat" \
|
||||
"b"
|
||||
"b" \
|
||||
|
||||
for item in "${@}"; do
|
||||
echo
|
||||
rwx_doc "${item}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue