Packages

package app

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class CaseApp[T] extends AnyRef
  2. abstract class Command[T] extends CaseApp[T]
  3. abstract class CommandsEntryPoint extends PlatformCommandsMethods
  4. trait PlatformCommandsMethods extends AnyRef
  5. abstract class CommandApp[T] extends CommandAppWithPreCommand[None.type, T]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

  6. abstract class CommandAppA[T] extends CommandApp[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

  7. abstract class CommandAppWithPreCommand[D, T] extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

Value Members

  1. object CaseApp
  2. object PlatformUtil

Ungrouped