Closed thedavidmeister closed 9 months ago
if i have elided (or not elided) bindings in some .rain file, i want to be able to provide them while composing
#foo !Foo needs to be bound. #bar _: foo;
I want to be able to do dotrain compose -i ... --entrypoint bar --bind foo=123
dotrain compose -i ... --entrypoint bar --bind foo=123
I think the bindings taken from the cli should be used as-is as strings, to let the internal logic of rainlang handle parsing them natively.
applied in #86
if i have elided (or not elided) bindings in some .rain file, i want to be able to provide them while composing
I want to be able to do
dotrain compose -i ... --entrypoint bar --bind foo=123
I think the bindings taken from the cli should be used as-is as strings, to let the internal logic of rainlang handle parsing them natively.