You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2021/07/02 18:14:36 UTC

[GitHub] [daffodil] mbeckerle commented on a change in pull request #601: Distinct return codes for CLI

mbeckerle commented on a change in pull request #601:
URL: https://github.com/apache/daffodil/pull/601#discussion_r663179755



##########
File path: daffodil-cli/src/main/scala/org/apache/daffodil/Main.scala
##########
@@ -880,7 +880,7 @@ object Main extends Logging {
     }
   }
 
-  def run(arguments: Array[String]): Int = {
+  def run(arguments: Array[String]): ExitCode.Value = {

Review comment:
       I would not change PropGen. The debugger can have a defined ExitCode or use generic ExitCode.Failure




-- 
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-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org