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, OptionString]

  3. class OptionString extends AnyRef

Value Members

  1. object OptionMap

  2. object OptionString

  3. implicit def StringArrayToOptionMap(stringArray: Array[String]): OptionMap

  4. package phonetic

    Provides core phonetic CLI functionality.

  5. package similarity

    Provides core similarity CLI functionality.

  6. package tokenization

Inherited from AnyRef

Inherited from Any

Ungrouped