summaryrefslogtreecommitdiff
path: root/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala
blob: 45bc913fa50bd06458974a0050f49256dd257698 (plain) (blame)
1
2
3
4
5
6
7
8
9
package org.hashtree.stringmetric

/**
 * 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.
 */
package object cli {
	type OptionMap = Map[Symbol, String]
}