package help
- Alphabetic
- Public
- Protected
Type Members
- final class CommandHelp extends Product with Serializable
- final class CommandsHelp[T] extends Product with Serializable
- final class CommandsHelpOps[C <: Coproduct] extends AnyVal
- final class Help[T] extends Product with Serializable
Provides usage and help messages related to
T
- 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 typeT
.
Value Members
- object CommandHelp extends Serializable
- object CommandsHelp extends Serializable
- object Help extends Serializable
- object PlatformUtil