Packages

p

caseapp.core

commandparser

package commandparser

Command parsing-related things.

Mostly revolves around caseapp.core.commandparser.CommandParser.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. commandparser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class AutoCommandParserImplicits extends AnyRef
  2. abstract class CommandParser[T] extends AnyRef

    Parses arguments, handling sub-commands.

  3. final class CommandParserOps[T <: Coproduct] extends AnyVal
  4. final class ConsCommandParser[H, T <: Coproduct] extends CommandParser[:+:[H, T]] with Product with Serializable
  5. final class MappedCommandParser[T, U] extends CommandParser[U] with Product with Serializable
  6. final class WithHelpCommandParser[T] extends CommandParser[WithHelp[T]] with Product with Serializable

Value Members

  1. object CommandParser extends AutoCommandParserImplicits
  2. object CommandParserOps
  3. object ConsCommandParser extends Serializable
  4. object MappedCommandParser extends Serializable
  5. object NilCommandParser extends CommandParser[CNil] with Product with Serializable
  6. object WithHelpCommandParser extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped