This commit is contained in:
parent
5d9100a39b
commit
a9c7fa01a7
1 changed files with 3 additions and 5 deletions
|
@ -404,7 +404,7 @@ SPCD_PM_ZYPPER="zypper"
|
||||||
# │ step │ environment │
|
# │ step │ environment │
|
||||||
# ╰──────┴─────────────╯
|
# ╰──────┴─────────────╯
|
||||||
|
|
||||||
spcd_step__environment_defaults_print() {
|
spcd_step__environment_print() {
|
||||||
spcd_ca "list"
|
spcd_ca "list"
|
||||||
spcd_dns "list"
|
spcd_dns "list"
|
||||||
set -- \
|
set -- \
|
||||||
|
@ -1490,15 +1490,13 @@ ${SPCD_PYTHON_ALIAS} / ${name}"
|
||||||
|
|
||||||
spcd_main() {
|
spcd_main() {
|
||||||
# environment
|
# environment
|
||||||
spcd_txt_locale "set"
|
|
||||||
#
|
|
||||||
spcd_step_in "Environment"
|
spcd_step_in "Environment"
|
||||||
spcd_step_in "Defaults"
|
spcd_step_in "Defaults"
|
||||||
spcd_step "Print defined"
|
spcd_step "Print defined"
|
||||||
spcd_step__environment_defaults_print
|
spcd_step__environment_print
|
||||||
spcd_step__environment_defaults_set
|
spcd_step__environment_defaults_set
|
||||||
spcd_step "Print effective"
|
spcd_step "Print effective"
|
||||||
spcd_step__environment_defaults_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__environment_list_workspace
|
||||||
|
|
Loading…
Reference in a new issue