mbeckerle commented on code in PR #40:
URL: https://github.com/apache/daffodil-sbt/pull/40#discussion_r1670658790
##########
src/main/scala/org/apache/daffodil/DaffodilSaver.scala:
##########
@@ -40,8 +40,16 @@ object DaffodilSaver {
*/
def main(args: Array[String]): Unit = {
- if (args.length != 4) System.err.println(s"[error] four arguments are
required")
+ if (args.length != 4) {
+ System.err.println(s"four arguments are required")
Review Comment:
How does a user find out what the 4 arguments are, assuming they forgot one?
This is an sbt plugin, so ... should this suggest see the README file, or other
documentation? Or can it include the information in the message, perhaps in the
compact form of just giving logical names to the 4 args that are needed?
--
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]