jw3 commented on a change in pull request #520:
URL: https://github.com/apache/daffodil/pull/520#discussion_r608107416



##########
File path: daffodil-cli/src/main/scala/org/apache/daffodil/Main.scala
##########
@@ -356,6 +361,7 @@ class CLIConf(arguments: Array[String]) extends 
scallop.ScallopConf(arguments)
 
     requireOne(schema, parser) // must have one of --schema or --parser
     conflicts(parser, List(rootNS)) // if --parser is provided, cannot also 
provide --root
+    conflicts(stream, List(valOutput))
     validateFileIsFile(config) // --config must be a file that exists

Review comment:
       Nice :+1: 




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to