package help
- Alphabetic
- Public
- All
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 class HelpFormat extends Product with Serializable
- final class RuntimeCommandsHelp extends Product with Serializable
- final class Table extends Product with Serializable
-
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 HelpFormat extends Serializable
- object PlatformUtil
- object RuntimeCommandsHelp extends Serializable
- object Table extends Serializable
- object WordUtils