code/variables
This commit is contained in:
parent
fed8a38bc1
commit
7d400d9031
2 changed files with 6 additions and 6 deletions
|
@ -23,6 +23,12 @@ rwx_code_functions() {
|
||||||
echo "${_rwx_code_functions}"
|
echo "${_rwx_code_functions}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# show the cached variables
|
||||||
|
#= rcv
|
||||||
|
rwx_code_variables() {
|
||||||
|
echo "${_rwx_code_variables}"
|
||||||
|
}
|
||||||
|
|
||||||
# ╭──────┬───────╮
|
# ╭──────┬───────╮
|
||||||
# │ code │ check │
|
# │ code │ check │
|
||||||
# ╰──────┴───────╯
|
# ╰──────┴───────╯
|
||||||
|
|
|
@ -7,12 +7,6 @@ rwx_code_aliases() {
|
||||||
echo "${RWX_ALIASES}"
|
echo "${RWX_ALIASES}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# show the cached variables
|
|
||||||
#= rcv
|
|
||||||
rwx_code_variables() {
|
|
||||||
echo "${_rwx_code_variables}"
|
|
||||||
}
|
|
||||||
|
|
||||||
# meta doc
|
# meta doc
|
||||||
#= rd
|
#= rd
|
||||||
rwx_doc() {
|
rwx_doc() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue