\
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 │
|
# │ self │ test │
|
||||||
# ╰──────┴──────╯
|
# ╰──────┴──────╯
|
||||||
|
|
||||||
|
#= rst
|
||||||
rwx_self_test() {
|
rwx_self_test() {
|
||||||
local item
|
local item
|
||||||
set \
|
set \
|
||||||
|
@ -183,7 +184,8 @@ rwx_self_test() {
|
||||||
"rwx_cache" \
|
"rwx_cache" \
|
||||||
\
|
\
|
||||||
"alias/batcat" \
|
"alias/batcat" \
|
||||||
"b"
|
"b" \
|
||||||
|
|
||||||
for item in "${@}"; do
|
for item in "${@}"; do
|
||||||
echo
|
echo
|
||||||
rwx_doc "${item}"
|
rwx_doc "${item}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue