Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
parser.accepts("config-file", "Property file containing configs to be passed to Adminadmin Clientclient.")
      .withRequiredArg
      .describedAs("Admin client property file")
      .ofType(classOf[String])

...