You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement #21: Implemented ability to discover multiple meta files in directories
instead of just one
Enhancement #23: Raise ambigious error if a step resolves to more than one StepDef at runtime
Bug #24: Change stepdef parameter interpolation for dry run mode so that $<name> becomes $[param:name] (otherwise it forever recurses)
Enhancement #25: Add support for passing directories to the -m/--meta option instead of
just files. All meta files within a specified directory will be recursively
loaded.