object
Cli
Type Members
-
case class
Arg[T, V](name: String, shortName: Option[Char], doc: String, action: (T, V) ⇒ T)(implicit reader: Read[V]) extends Product with Serializable
-
case class
Config(predefCode: String = "", defaultPredef: Boolean = true, homePredef: Boolean = true, storageBackend: Storage = ..., wd: Path = ammonite.ops.pwd, welcomeBanner: Option[String] = Some(Defaults.welcomeBanner), verboseOutput: Boolean = true, remoteLogging: Boolean = true, watch: Boolean = false, code: Option[String] = None, home: Path = Defaults.ammoniteHome, predefFile: Option[Path] = None, help: Boolean = false, colored: Option[Boolean] = None) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
ammoniteArgSignature: Seq[Arg[Config, _ >: Boolean with Unit with Path with String]]
-
def
ammoniteHelp: String
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
def
formatBlock(args: Seq[Arg[_, _]], leftMargin: Int): Seq[String]
-
val
genericSignature: Seq[Arg[Config, _ >: Boolean with Unit with Path with String]]
-
final
def
getClass(): Class[_]
-
def
groupArgs[T](flatArgs: List[String], args: Seq[Arg[T, _]], initial: T): Either[String, (T, List[String])]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
replSignature: Seq[Arg[Config, _ >: Unit with String]]
-
def
showArg(arg: Arg[_, _]): String
-
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