code/help
This commit is contained in:
parent
3dceffeea5
commit
c8e4fc9b41
2 changed files with 13 additions and 13 deletions
14
sh/code.sh
14
sh/code.sh
|
@ -27,6 +27,18 @@ _rwx_code_functions=""
|
||||||
# cache for code variables
|
# cache for code variables
|
||||||
_rwx_code_variables=""
|
_rwx_code_variables=""
|
||||||
|
|
||||||
|
# ╭──────┬──────╮
|
||||||
|
# │ code │ help │
|
||||||
|
# ╰──────┴──────╯
|
||||||
|
|
||||||
|
# output help message
|
||||||
|
rwx_code_help() {
|
||||||
|
rwx_log \
|
||||||
|
"rwx_… = functions" \
|
||||||
|
" a__… = aliases" \
|
||||||
|
" u__… = user"
|
||||||
|
}
|
||||||
|
|
||||||
# ╭──────┬─────────╮
|
# ╭──────┬─────────╮
|
||||||
# │ code │ install │
|
# │ code │ install │
|
||||||
# ╰──────┴─────────╯
|
# ╰──────┴─────────╯
|
||||||
|
@ -219,7 +231,7 @@ rwx_code_main() {
|
||||||
if rwx_shell_interactive; then
|
if rwx_shell_interactive; then
|
||||||
# help
|
# help
|
||||||
rwx_log
|
rwx_log
|
||||||
rwx_self_help
|
rwx_code_help
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
12
sh/self.sh
12
sh/self.sh
|
@ -2,18 +2,6 @@
|
||||||
# │ self │
|
# │ self │
|
||||||
# ╰──────╯
|
# ╰──────╯
|
||||||
|
|
||||||
# ╭──────┬──────╮
|
|
||||||
# │ self │ help │
|
|
||||||
# ╰──────┴──────╯
|
|
||||||
|
|
||||||
# output help message
|
|
||||||
rwx_self_help() {
|
|
||||||
rwx_log \
|
|
||||||
"rwx_… = functions" \
|
|
||||||
" a__… = aliases" \
|
|
||||||
" u__… = user"
|
|
||||||
}
|
|
||||||
|
|
||||||
# ╭──────┬────────╮
|
# ╭──────┬────────╮
|
||||||
# │ self │ subset │
|
# │ self │ subset │
|
||||||
# ╰──────┴────────╯
|
# ╰──────┴────────╯
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue