metafacture / metafacture-fix

Work in progress towards an implementation of the Fix language for Metafacture
Apache License 2.0
6 stars 2 forks source link

Add option/tool for fix to output all paths that are being used with the fix? #328

Open TobiasNx opened 1 year ago

TobiasNx commented 1 year ago

This might be to much to ask, but it would be nice to add a feature or a tool to output all paths that are being used in a fix.

e.g.:

copy_field("a.b","c") paste("test","d.e","g")

out put would be:

a.b d.e g