code/variables

This commit is contained in:
Marc Beninca 2025-07-07 00:01:06 +02:00
parent fed8a38bc1
commit 7d400d9031
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 6 additions and 6 deletions

View file

@ -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 │
# ╰──────┴───────╯ # ╰──────┴───────╯

View file

@ -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() {