diff --git a/sequencer/sequencer.sh b/sequencer/sequencer.sh index 69821f9..536ccce 100755 --- a/sequencer/sequencer.sh +++ b/sequencer/sequencer.sh @@ -8,8 +8,8 @@ ## Version information VERSION_REV=15 -VERSION_MAJOR=0 -VERSION_MINOR=1 +VERSION_MAJOR=1 +VERSION_MINOR=0 ## Start of generic script part @@ -105,7 +105,7 @@ sequencer.sh API The sequencer.sh build-in functions are available in all sequence functions: - step_config - If optional step_config is defined in the sequence, it will be called once before any step. + If optional step_config is defined in the sequence, it will be called once before execution of steps. - step_[1-${MAX_STEP}]_info - step_[1-${MAX_STEP}]_alias - step_[1-${MAX_STEP}] @@ -125,6 +125,9 @@ sequencer.sh global variables: \$CONTEXT_HELP 0 : normal sequence execution 1 : current run only displays help (-h|-ha) + \$CONTEXT_EXE + 0 : step info() function in help context + 1 : step info() function in execution context \$SEQUENCER_ARGS String of all given options \$SEQ_CONFIG_HOME @@ -232,6 +235,7 @@ echo -e "${GREEN} echoinfoArgs [...]${NC}" cat <