Packages

c

scala.cli

ScalaCliCommands

class ScalaCliCommands extends CommandsEntryPoint

Linear Supertypes
CommandsEntryPoint, PlatformCommandsMethods, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaCliCommands
  2. CommandsEntryPoint
  3. PlatformCommandsMethods
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaCliCommands(progName: String, isSipScala: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val actualDefaultCommand: Default
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def commands: collection.immutable.Seq[Command[_]]
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  8. def complete(args: Seq[String], index: Int): List[CompletionItem]
    Definition Classes
    CommandsEntryPoint
  9. def completeCommandName: List[String]
    Definition Classes
    CommandsEntryPoint
  10. def completeMain(args: Array[String]): Unit
    Definition Classes
    CommandsEntryPoint
  11. def completionsCommandName: List[String]
    Definition Classes
    CommandsEntryPoint
  12. def completionsMain(args: Array[String]): Unit
    Definition Classes
    CommandsEntryPoint
  13. final def defaultCommand: Some[Default]
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  14. def description: String
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  15. def enableCompleteCommand: Boolean
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  16. def enableCompletionsCommand: Boolean
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. lazy val help: RuntimeCommandsHelp
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  22. def helpFormat: HelpFormat
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def main(args: Array[String]): Unit
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. val progName: String
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  29. def summaryDesc: String
    Definition Classes
    ScalaCliCommands → CommandsEntryPoint
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def writeCompletions(script: String, dest: String): Unit
    Attributes
    protected
    Definition Classes
    PlatformCommandsMethods

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from CommandsEntryPoint

Inherited from PlatformCommandsMethods

Inherited from AnyRef

Inherited from Any

Ungrouped