object
Scripts
Value Members
-
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
def
formatMainMethods(mainMethods: Seq[EntryPoint]): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
mainMethodDetails(ep: EntryPoint): String
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
pathScoptRead: Read[Path]
-
def
renderArg(arg: ArgSig): String
-
def
runMainMethod(mainMethod: EntryPoint, args: Seq[String], kwargs: Seq[(String, String)]): Option[Failing]
-
def
runScript(wd: Path, path: Path, interp: Interpreter, args: Seq[String], kwargs: Seq[(String, String)]): Res[Imports]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Logic around using Ammonite as a script-runner; invoking scripts via the macro-generated Router, and pretty-printing any output or error messages