olabusayoT commented on code in PR #1479: URL: https://github.com/apache/daffodil/pull/1479#discussion_r2191061490
########## daffodil-cli/src/main/scala/org/apache/daffodil/cli/Main.scala: ########## @@ -1213,9 +1242,10 @@ class Main( validate ) } - }.map { - _.withExternalVariables(combineExternalVariables(parseOpts.vars, optDafConfig)) - }.map { _.withValidationMode(validate) } + }.map { p => + p.asInstanceOf[DFDL.DataProcessor] Review Comment: Sort of, our api doesn't expose setting variables using a Seq[Binding]...that's internal only -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org