seqTemplate - addapt do later step options changes

This commit is contained in:
2022-12-12 14:49:39 +01:00
parent 2b301b176b
commit dbb8cac539

View File

@@ -36,7 +36,8 @@ seq_config() {
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() {
info "Doing something for step ${1:-} ..."