summaryrefslogtreecommitdiff
path: root/cli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala
diff options
context:
space:
mode:
Diffstat (limited to 'cli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala')
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala
new file mode 100755
index 0000000..0a44f9a
--- /dev/null
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala
@@ -0,0 +1,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]
+} \ No newline at end of file