History
sbt.State.History
Provides a list of recently executed commands. The commands are stored as processed instead of as entered by the user.
Value parameters
- 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.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article