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
- Known subtypes
-
class AmbiguousCommandclass DocOfobject Helpobject Importsclass Loadobject Quitclass Resetclass Settingsclass TypeOfclass UnknownCommand
In this article