summaryrefslogtreecommitdiff
path: root/cli/source
diff options
context:
space:
mode:
Diffstat (limited to 'cli/source')
-rwxr-xr-xcli/source/core/scala/org/hashtree/stringmetric/cli/package.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala b/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala
index a8c1c01..45bc913 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala
+++ b/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala
@@ -1,6 +1,9 @@
package org.hashtree.stringmetric
-/** Provides core CLI functionality. */
+/**
+ * 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