ScalaCliInvokeData

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

Stores information about how the program has been evoked

Value parameters

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def invocationString: String

progName with subCommandName if any

progName with subCommandName if any

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product