CommandLineParser

A simple enough command line parser.

class Object
trait Matchable
class Any

Type members

Classlikes

Value members

Concrete methods

Expands all arguments starting with @ to the contents of the file named like each argument.

Expands all arguments starting with @ to the contents of the file named like each argument.

def tokenize(line: String, errorFn: String => Unit): List[String]

Split the line into tokens separated by whitespace or quotes.

Split the line into tokens separated by whitespace or quotes.

Invoke errorFn with message on bad quote.

def tokenize(line: String): List[String]