class ScallopHelpFormatter extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScallopHelpFormatter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScallopHelpFormatter()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatHelp(s: Scallop, subcommandPrefix: String): String
- def getChoiceHelpText(description: String, choices: Seq[String]): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getHelpLine(s: Scallop): List[Option[CliOption]]
- Attributes
- protected
-
def
getLongSubcommandsHelp(s: Scallop, subcommandPrefix: String): String
- Attributes
- protected
-
def
getMainOptionLines(s: Scallop): List[Option[CliOption]]
- Attributes
- protected
-
def
getNormalOptionLines(s: Scallop): List[Option[CliOption]]
- Attributes
- protected
-
def
getOptionLines(s: Scallop): List[Option[CliOption]]
- Attributes
- protected
-
def
getOptionsHelp(s: Scallop): String
- Attributes
- protected
-
def
getShortSubcommandsHelp(s: Scallop): String
- Attributes
- protected
-
def
getSubcommandHeader(sub: Scallop, namePrefix: String, names: List[String]): String
- Attributes
- protected
-
def
getSubcommandHeaderPrefix: String
- Attributes
- protected
-
def
getSubcommandHelp(sub: Scallop, namePrefix: String, names: List[String]): String
- Attributes
- protected
-
def
getSubcommandOptionsHelp(sub: Scallop, namePrefix: String): String
- Attributes
- protected
-
def
getSubcommandsHelp(s: Scallop, subcommandPrefix: String): String
- Attributes
- protected
-
def
getSubcommandsSectionName: String
- Attributes
- protected
-
def
getSubcommandsWithNames(s: Scallop): List[(Scallop, List[String])]
- Attributes
- protected
-
def
getTrailingArgsHelp(s: Scallop): String
- Attributes
- protected
-
def
getTrailingArgsSectionName: String
- Attributes
- protected
-
def
getVersionLine(s: Scallop): List[Option[CliOption]]
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
needToAppendDefaultToDescription(s: Scallop): Boolean
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )