spcd_substep
This commit is contained in:
parent
1a41e044e6
commit
c39a9ba887
1 changed files with 0 additions and 6 deletions
|
@ -885,12 +885,6 @@ spcd_step_out() {
|
||||||
SPCD_STEP=$((SPCD_STEP - 1))
|
SPCD_STEP=$((SPCD_STEP - 1))
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_substep() {
|
|
||||||
SPCD_SUBSTEP=$((SPCD_SUBSTEP + 1))
|
|
||||||
SPCD_SUBSTEP_TEXT="${*}"
|
|
||||||
spcd_banner
|
|
||||||
}
|
|
||||||
|
|
||||||
# ╭───────────╮
|
# ╭───────────╮
|
||||||
# │ functions │
|
# │ functions │
|
||||||
# ╰───────────╯
|
# ╰───────────╯
|
||||||
|
|
Loading…
Reference in a new issue