Packages

package help

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class CommandHelp extends Product with Serializable
  2. final class CommandsHelpOps[C <: Coproduct] extends AnyVal
  3. final class Help[T] extends Product with Serializable

    Provides usage and help messages related to T

  4. final class HelpFormat extends Product with Serializable
  5. final class RuntimeCommandHelp[T] extends Product with Serializable
  6. final class RuntimeCommandsHelp extends Product with Serializable
  7. final class Table extends Product with Serializable
  8. final case class WithFullHelp[T](withHelp: WithHelp[T], helpFull: Boolean = false) extends Product with Serializable
  9. final case class WithHelp[T](usage: Boolean = false, help: Boolean = false, baseOrError: Either[Error, T]) extends Product with Serializable

    Helper to add --usage and --help options to an existing type T.

Deprecated Type Members

  1. final class CommandsHelp[T] extends Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

Value Members

  1. object CommandHelp extends Serializable
  2. object Help extends Serializable
  3. object HelpFormat extends Serializable
  4. object PlatformUtil
  5. object RuntimeCommandHelp extends Serializable
  6. object RuntimeCommandsHelp extends Serializable
  7. object Table extends Serializable
  8. object WithHelp extends Serializable
  9. object WordUtils

Deprecated Value Members

  1. object CommandsHelp extends Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use Command and CommandsEntryPoint instead

Ungrouped