ScalaCliInvokeData

scala.build.input.ScalaCliInvokeData
case class ScalaCliInvokeData(progName: String, subCommandName: String, subCommand: SubCommand, isShebangCapableShell: Boolean)

Stores information about how the program has been evoked

Attributes

isShebangCapableShell

does the host shell support shebang headers

progName

the actual Scala CLI program name which was run

subCommand

the type of the sub-command that was invoked by user

subCommandName

the name of the sub-command that was invoked by user

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product