Command

dotty.tools.repl.Command
sealed trait Command extends ParseResult

A command is on the format:

:commandName <optional arguments...>

The Command trait denotes these commands

Attributes

Graph
Supertypes
trait ParseResult
class Object
trait Matchable
class Any
Known subtypes
class DocOf
object Help
object Imports
class JarCmd
class KindOf
class Load
object Quit
class Require
class Reset
class Settings
class Sh
object Silent
class TypeOf
Show all
In this article