olabusayoT commented on code in PR #1479: URL: https://github.com/apache/daffodil/pull/1479#discussion_r2191057829
########## daffodil-cli/src/main/scala/org/apache/daffodil/cli/Main.scala: ########## @@ -445,8 +465,8 @@ class CLIConf(arguments: Array[String], stdout: PrintStream, stderr: PrintStream } validateOpt(parser, validate) { - case (Some(_), Some(ValidationMode.Full)) => - Left("The validation mode must be 'limited' or 'off' when using a saved parser.") + case (Some(_), Some(null)) => Review Comment: Created DAFFODIL-3007 -- 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