19. Step

There are two ways to load steps in the configuration:

Command line (long): --step=stepname
Command line (short): -sstepname
Ant task: <calabash><step name="stepname"/></calabash>

Steps loaded on the command line may come from the optional library. They must have a single primary input and a single primary output. They are treated as if they appeared sequentially in a p:pipeline.

T.B.D.