Packages

p

de.halcony

argparse

package argparse

Type Members

  1. abstract class CommandLineParser extends AnyRef
  2. case class Default[T](name: String, value: T, description: String = "") extends CommandLineParser with Product with Serializable
  3. case class Flag(name: String, short: String, long: String = "", description: String = "") extends CommandLineParser with Product with Serializable
  4. class HelpException extends Exception
  5. case class Optional(name: String, short: String, long: String = "", default: Option[String] = None, description: String = "") extends CommandLineParser with Product with Serializable
  6. case class Parser(name: String, description: String = "") extends CommandLineParser with Product with Serializable
  7. class ParsingException extends Exception
  8. class ParsingResult extends AnyRef
  9. case class Positional(name: String, description: String = "") extends CommandLineParser with Product with Serializable

Ungrouped