ScalaCliSigning

scala.cli.signing.ScalaCliSigning$
object ScalaCliSigning extends CommandsEntryPoint

Attributes

Graph
Supertypes
class CommandsEntryPoint
trait PlatformCommandsMethods
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def commands: Seq[Command[_]]
override def description: String

Attributes

Definition Classes
CommandsEntryPoint
override def enableCompleteCommand: Boolean

Attributes

Definition Classes
CommandsEntryPoint
override def enableCompletionsCommand: Boolean

Attributes

Definition Classes
CommandsEntryPoint
override def main(args: Array[String]): Unit

Attributes

Definition Classes
CommandsEntryPoint
def progName: String

Inherited methods

def complete(args: Seq[String], index: Int): List[CompletionItem]

Attributes

Inherited from:
CommandsEntryPoint
def completeCommandName: List[String]

Attributes

Inherited from:
CommandsEntryPoint
def completeMain(args: Array[String]): Unit

Attributes

Inherited from:
CommandsEntryPoint
protected def completeMainHook(args: Array[String]): Unit

Attributes

Inherited from:
PlatformCommandsMethods
def completionsCommandName: List[String]

Attributes

Inherited from:
CommandsEntryPoint
def completionsMain(args: Array[String]): Unit

Attributes

Inherited from:
CommandsEntryPoint
def defaultCommand: Option[Command[_]]

Attributes

Inherited from:
CommandsEntryPoint
def help: RuntimeCommandsHelp

Attributes

Inherited from:
CommandsEntryPoint
def helpFormat: HelpFormat

Attributes

Inherited from:
CommandsEntryPoint
def summaryDesc: String

Attributes

Inherited from:
CommandsEntryPoint
protected def writeCompletions(script: String, dest: String): Unit

Attributes

Inherited from:
PlatformCommandsMethods