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. All

Type Members

  1. abstract class AutoCommandParserImplicits extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

  2. abstract class CommandParser[T] extends AnyRef

    Parses arguments, handling sub-commands.

    Parses arguments, handling sub-commands.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

  3. final class CommandParserOps[T <: Coproduct] extends AnyVal
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

  4. final class ConsCommandParser[H, T <: Coproduct] extends CommandParser[:+:[H, T]] with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

  5. final class MappedCommandParser[T, U] extends CommandParser[U] with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

  6. final class WithHelpCommandParser[T] extends CommandParser[WithHelp[T]] with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

Deprecated Value Members

  1. object CommandParser extends AutoCommandParserImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

  2. object NilCommandParser extends CommandParser[CNil] with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

Inherited from AnyRef

Inherited from Any

Ungrouped