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.type
object PgpKeyId.type
object PgpSign.type
object PgpVerify.type
class ScalaCommand[T]
object AddPath.type
object Bloop.type
object BloopExit.type
object BloopOutput.type
object BloopStart.type
object Bsp.type
object Clean.type
object Compile.type
object Config.type
object DefaultFile.type
object DependencyUpdate.type
object Directories.type
object Doc.type
object Export.type
object Fix.type
object Fmt.type
object SecretCreate.type
object SecretList.type
object InstallCompletions.type
object InstallHome.type
object New.type
object Package.type
object PgpPull.type
object PgpPush.type
object Publish.type
object PublishLocal.type
object PublishSetup.type
object Repl.type
object Run.type
object SetupIde.type
object Shebang.type
object Test.type
object Uninstall.type
object UninstallCompletions.type
object Update.type
object Version.type
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