Packages

p

caseapp

package caseapp

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

Package Members

  1. package cats

Type Members

  1. type @@[T, Tag] = AnyRef { type Tag = shapeless.newtype.NewtypeTag[T,Tag] }
  2. type CaseApp[T] = caseapp.core.app.CaseApp[T]
  3. type Command[T] = caseapp.core.app.Command[T]
  4. type CommandsHelp[T] = caseapp.core.help.CommandsHelp[T]
  5. type Counter = caseapp.core.Counter
  6. type ExtraName = Name
  7. type Help[T] = caseapp.core.help.Help[T]
  8. type Last[T] = caseapp.core.argparser.Last[T]
  9. type Parser[T] = caseapp.core.parser.Parser[T]
  10. type RemainingArgs = caseapp.core.RemainingArgs

Deprecated Type Members

  1. type CommandApp[T] = caseapp.core.app.CommandApp[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

  2. type CommandParser[T] = caseapp.core.commandparser.CommandParser[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

Value Members

  1. val CaseApp: caseapp.core.app.CaseApp.type
  2. val CommandsHelp: caseapp.core.help.CommandsHelp.type
  3. val ExtraName: Name.type
  4. val Help: caseapp.core.help.Help.type
  5. val Last: caseapp.core.argparser.Last.type
  6. val Parser: caseapp.core.parser.Parser.type
  7. val RemainingArgs: caseapp.core.RemainingArgs.type

Deprecated Value Members

  1. val CommandParser: caseapp.core.commandparser.CommandParser.type
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

Inherited from AnyRef

Inherited from Any

Ungrouped