Best way to parse command-line parameters? [closed]

What’s the best way to parse command-line parameters in Scala?
I personally prefer something lightweight that does not require external jar.

Related:

  • How do I parse command line arguments in Java?
  • What parameter parser libraries are there for C++?
  • Best way to parse command line arguments in C#

26 Answers
26

Leave a Comment