summaryrefslogtreecommitdiff
path: root/cli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala
blob: 0a44f9a0ff945d9df4b8233470d2f973be40d619 (plain) (blame)
1
2
3
4
5
6
7
8
9
package com.rockymadden.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]
}