ammonite
package
ammonite
Visibility
Public
All
Type Members
case class
Ammonite
(
initialPrompt:
String
=
"@"
,
predef:
String
,
wrap:
String
,
histFile:
String
=
...
,
sharedLoader:
Boolean
=
false
)
extends
App
with
Product
with
Serializable
class
Shell
extends
AnyRef
trait
ShellAction
[
T
]
extends
AnyRef
Mix of IO-like and Either[ShellError, ?] monads, acting on a Shell
sealed
trait
ShellError
extends
AnyRef
Value Members
object
Ammonite
extends
AppOf
[
Ammonite
] with
Serializable
object
ShellAction
object
ShellError
package
shell
Ungrouped