Skip to content

Commit

Permalink
PDIO-636 Suppress downstream commands from erring on upstream CLI arg…
Browse files Browse the repository at this point in the history
…uments
  • Loading branch information
dszeto committed Jul 2, 2015
1 parent a14148a commit 33a24a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ object CreateWorkflow extends Logging {
}

val parser = new scopt.OptionParser[WorkflowConfig]("CreateWorkflow") {
override def errorOnUnknownArgument: Boolean = false
opt[String]("batch") action { (x, c) =>
c.copy(batch = x)
} text("Batch label of the workflow run.")
Expand Down

0 comments on commit 33a24a1

Please sign in to comment.