rc,rcc,rd
This commit is contained in:
parent
58a0ca7c16
commit
7c65fb2e25
1 changed files with 13 additions and 0 deletions
13
sh/self.sh
13
sh/self.sh
|
@ -1,7 +1,20 @@
|
|||
# self
|
||||
# module
|
||||
|
||||
# show the cached code
|
||||
#= rc
|
||||
rwx_code() {
|
||||
echo "${_rwx_code}"
|
||||
}
|
||||
|
||||
# show the cached constants
|
||||
#= rcc
|
||||
rwx_code_constants() {
|
||||
echo "${RWX_CONSTANTS}"
|
||||
}
|
||||
|
||||
# meta doc
|
||||
#= rd
|
||||
rwx_doc() {
|
||||
local name="${1}"
|
||||
[ -n "${name}" ] || return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue