RestrictableCommand

scala.cli.commands.RestrictableCommand
trait RestrictableCommand[T](implicit myParser: Parser[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class PgpCommand[T]
object PgpCreate
object PgpKeyId
object PgpSign
object PgpVerify
class ScalaCommand[T]
object AddPath
object Bloop
object BloopExit
object BloopOutput
object BloopStart
object Bsp
object Clean
object Compile
object Config
object DefaultFile
object Directories
object Doc
object Export
object Fix
object Fmt
object SecretCreate
object SecretList
object InstallHome
object New
object Package
object PgpPull
object PgpPush
object Publish
object PublishLocal
object PublishSetup
object Repl
object Run
object SetupIde
object Shebang
object Test
object Uninstall
object Update
object Version
class Default
class HelpCmd
Show all
Self type
Command[T]

Members list

Value members

Abstract methods

protected def invokeData: ScalaCliInvokeData
def logger: Logger
def scalaSpecificationLevel: SpecificationLevel

Is that command a MUST / SHOULD / NICE TO have for the Scala runner specification?

Is that command a MUST / SHOULD / NICE TO have for the Scala runner specification?

Attributes

Concrete methods

protected def SpecificationLevel: SpecificationLevel.type
final def isExperimental: Boolean
final def isRestricted: Boolean
override def parser: Parser[T]

Attributes

Definition Classes