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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any