pydra icon indicating copy to clipboard operation
pydra copied to clipboard

adds support for getitems in argstring formatting

Open tclose opened this issue 1 year ago • 0 comments

Types of changes

  • New feature (non-breaking change which adds functionality)

Summary

Adds support for using getitem within argstr formatters, e.g.

"-coord {coord[0]} {coord[1]}..."

Checklist

  • [x] I have added tests to cover my changes (if necessary)
  • [x] I have updated documentation (if necessary)

tclose avatar May 22 '24 23:05 tclose