env/workspace
This commit is contained in:
parent
0c050ca1ae
commit
e8011a6413
1 changed files with 10 additions and 6 deletions
|
@ -737,11 +737,6 @@ ${SPCD_PYTHON_VENV}/lib/${SPCD_PYTHON_COMMAND}/site-packages"
|
||||||
spcd_os_printenv "SPCD_DL"
|
spcd_os_printenv "SPCD_DL"
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_step__environment_list_workspace() {
|
|
||||||
spcd_step "List workspace"
|
|
||||||
spcd_os_ls "$(realpath .)"
|
|
||||||
}
|
|
||||||
|
|
||||||
# ╭──────────────╮
|
# ╭──────────────╮
|
||||||
# │ f = function │
|
# │ f = function │
|
||||||
# ╰──────────────╯
|
# ╰──────────────╯
|
||||||
|
@ -886,6 +881,14 @@ spcd_f_ca_write() {
|
||||||
spcd_f_ca "write" "${root}"
|
spcd_f_ca "write" "${root}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# ╭───┬───────────────────╮
|
||||||
|
# │ f │ env = environment │
|
||||||
|
# ╰───┴───────────────────╯
|
||||||
|
|
||||||
|
spcd_f_env_workspace() {
|
||||||
|
spcd_os_ls "$(realpath .)"
|
||||||
|
}
|
||||||
|
|
||||||
# ╭───┬──────────────────────╮
|
# ╭───┬──────────────────────╮
|
||||||
# │ f │ pm = package manager │
|
# │ f │ pm = package manager │
|
||||||
# ╰───┴──────────────────────╯
|
# ╰───┴──────────────────────╯
|
||||||
|
@ -1563,7 +1566,8 @@ spcd_main() {
|
||||||
spcd_step__environment_print
|
spcd_step__environment_print
|
||||||
spcd_step_out
|
spcd_step_out
|
||||||
spcd_step__environment_set_variables
|
spcd_step__environment_set_variables
|
||||||
spcd_step__environment_list_workspace
|
spcd_step "List workspace"
|
||||||
|
spcd_f_env_workspace
|
||||||
spcd_step_out
|
spcd_step_out
|
||||||
# dns
|
# dns
|
||||||
spcd_step "DNS"
|
spcd_step "DNS"
|
||||||
|
|
Loading…
Reference in a new issue