Skip to content

switch & argskwargs

Compare
Choose a tag to compare
@yaythomas yaythomas released this 20 Oct 15:00
· 15 commits to main since this release

summary

  • New switch step for IF-ELSE style branching in your pipelines!
  • New argskwargs parser to combine plain args and key-value pairs (key=value) from the cli
  • keyvaluepairs and dict parsers now support having = in the value, so you can have key=one+one=two parse to {'key': 'one+one=two'}
    • these parsers now also support passing args with no =, in which case arg1 becomes {'arg1': ''}

what's changed

Full Changelog: v5.6.0...v5.7.0