Step function help feature #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a step function is called with first parameter -h it would only print the headline text.
Could be used to populate help and print more information before asking to continue with this step.
Step function headline feature as parameter -hto Step function help featureOriginal idea modified. Help output for each step is created with own helper function:
step_1_info() - containing description which is shown in seqs help and also as headline before execution
step_1() - contains the shell commands for this step
This makes the step definition script more readable and containing the least possible overhead.