SnippetOptions

scala.cli.commands.shared.SnippetOptions
See theSnippetOptions companion object
final case class SnippetOptions(scriptSnippet: List[String], executeScript: List[String], scalaSnippet: List[String], executeScala: List[String], javaSnippet: List[String], executeJava: List[String], markdownSnippet: List[String], executeMarkdown: List[String])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product