This commit is contained in:
Marc Beninca 2025-07-06 16:02:10 +02:00
parent 69e71ee1a3
commit 4b55ac1155
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -4,31 +4,31 @@
# show the cached code
#= rc
rwx_code() {
echo "${_rwx_code}"
echo "${_rwx_code}"
}
# show the cached aliases
#= rca
rwx_code_aliases() {
echo "${RWX_ALIASES}"
echo "${RWX_ALIASES}"
}
# show the cached constants
#= rcc
rwx_code_constants() {
echo "${RWX_CONSTANTS}"
echo "${RWX_CONSTANTS}"
}
# show the cached functions
#= rcf
rwx_code_functions() {
echo "${RWX_FUNCTIONS}"
echo "${RWX_FUNCTIONS}"
}
# show the cached variables
#= rcv
rwx_code_variables() {
echo "${_rwx_code_variables}"
echo "${_rwx_code_variables}"
}
# meta doc