seqTemplate - addapt do later step options changes
This commit is contained in:
@@ -36,7 +36,8 @@ seq_config() {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
step_1_info() { echoinfoArgs "[OPTIONS]"; echo "My custom step"; }
|
step_1_info() { echo "My custom step"; }
|
||||||
|
step_1_options() { echo "[OPTIONS]"; }
|
||||||
step_1_alias() { echo "begin"; }
|
step_1_alias() { echo "begin"; }
|
||||||
step_1() {
|
step_1() {
|
||||||
info "Doing something for step ${1:-} ..."
|
info "Doing something for step ${1:-} ..."
|
||||||
|
Reference in New Issue
Block a user