rc,rcc,rd

This commit is contained in:
Marc Beninca 2025-07-06 10:30:24 +02:00
parent 58a0ca7c16
commit 7c65fb2e25
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,7 +1,20 @@
# self # self
# module # module
# show the cached code
#= rc
rwx_code() {
echo "${_rwx_code}"
}
# show the cached constants
#= rcc
rwx_code_constants() {
echo "${RWX_CONSTANTS}"
}
# meta doc # meta doc
#= rd
rwx_doc() { rwx_doc() {
local name="${1}" local name="${1}"
[ -n "${name}" ] || return [ -n "${name}" ] || return