History
sbt.State$.History
Provides a list of recently executed commands. The commands are stored as processed instead of as entered by the user.
Attributes
- executed
the list of the most recently executed commands, with the most recent command first.
- maxSize
the maximum number of commands to keep, or 0 to keep an unlimited number.
- Graph
- Supertypes
- class Objecttrait Matchableclass Any