tuxji commented on code in PR #947:
URL: https://github.com/apache/daffodil/pull/947#discussion_r1096054120
##########
daffodil-cli/src/main/scala/org/apache/daffodil/Main.scala:
##########
@@ -147,7 +146,10 @@ class CLIConf(arguments: Array[String]) extends
scallop.ScallopConf(arguments) {
}
}
}
- case _ => Left("you should provide no more than one argument for
this option") // Error because we expect there to be at most one flag
+ case _ =>
+ Left(
+ "you should provide no more than one argument for this option",
+ ) // Error because we expect there to be at most one flag
Review Comment:
Yes, v3 looks much better now! Others, please take a look and review too.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]