Packages

o

scala.tools.cmd

CommandLineParser

object CommandLineParser

A simple (overly so) command line parser. !!! This needs a thorough test suite to make sure quoting is done correctly and portably.

Source
CommandLineParser.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandLineParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ParseException extends RuntimeException

Value Members

  1. def tokenize(line: String, errorFn: (String) ⇒ Unit): List[String]
  2. def tokenize(line: String): List[String]
  3. object Word