File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 (symbol " kaocha.report" s))))
4343 :assoc-fn accumulate]
4444 [nil " --diff-style STYLE" " The style of diff to print on failing tests, either :none or :deep"
45- :parse-fn parse-kw
46- ]
45+ :parse-fn parse-kw]
4746 [nil " --plugin KEYWORD" " Load the given plugin."
4847 :parse-fn (fn [s]
4948 (let [kw (parse-kw s)]
151150 config-file (config/find-config-and-warn config-file)
152151 ; ; Initial configuration load to determine plugins.
153152 config (-> (config/load-config config-file (if profile {:profile profile} {}))
154- (config/apply-cli {} (map parse-kw arguments))
155- (config/validate! ))
153+ (config/apply-cli {} (map parse-kw arguments))
154+ (config/validate! ))
156155 plugin-chain (plugin/load-all (concat (:kaocha/plugins config) plugin))
157156 cli-options (plugin/run-hook* plugin-chain :kaocha.hooks/cli-options cli-options)
158157
You can’t perform that action at this time.
0 commit comments