com.rockymadden.stringmetric

cli

package cli

Provides core CLI functionality. Note that some things might look sloppy (e.g. access modifiers, broad imports, repetitive imports, etc), but are required because of the way scalascript is ultimately compiled.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cli
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Command extends AnyRef

    Defines the traits and provides basic implementations of a command.

  2. type OptionMap = Map[Symbol, String]

  3. final case class OptionMapArray(arrayString: String) extends OptionMapType[Array[String]] with Product with Serializable

  4. final case class OptionMapBigDecimal(bigDecimalString: String) extends OptionMapType[BigDecimal] with Product with Serializable

  5. final case class OptionMapBigInt(bigIntString: String) extends OptionMapType[BigInt] with Product with Serializable

  6. final case class OptionMapDouble(doubleString: String) extends OptionMapType[Double] with Product with Serializable

  7. final case class OptionMapFloat(floatString: String) extends OptionMapType[Float] with Product with Serializable

  8. final case class OptionMapInt(intString: String) extends OptionMapType[Int] with Product with Serializable

  9. final case class OptionMapList(listString: String) extends OptionMapType[List[String]] with Product with Serializable

  10. final case class OptionMapLong(longString: String) extends OptionMapType[Long] with Product with Serializable

  11. final case class OptionMapShort(shortString: String) extends OptionMapType[Short] with Product with Serializable

  12. sealed abstract class OptionMapType[T] extends AnyRef

Value Members

  1. object OptionMap

  2. object OptionMapType

  3. package phonetic

    Provides core phonetic CLI functionality.

  4. package similarity

    Provides core similarity CLI functionality.

Inherited from AnyRef

Inherited from Any

Ungrouped