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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article