Commit 0dcbce8b authored by Jonathan Poalses's avatar Jonathan Poalses

added sample data and sample expected for ml stuff

parent 70a83fdb
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
(def command-line-options (def command-line-options
"Command line options parsing rules." "Command line options parsing rules."
[["-l" "--log-level LEVEL" (str "Logging level " (seq log-levels)) [["-l" "--log-level LEVEL" (str "Logging level " (seq log-levels))
:default :error :default :info
:parse-fn #(keyword (string/join (rest %))) :parse-fn #(keyword (string/join (rest %)))
:validate [#(contains? log-levels %) :validate [#(contains? log-levels %)
(str "Must be one of: " (seq log-levels))]] (str "Must be one of: " (seq log-levels))]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment