Skip to content

Commit

Permalink
adapting cli to the snapshot approach
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Aug 14, 2023
1 parent b6ee18c commit 5bcddbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/scicloj/note_to_test/v1/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
^File file (file-seq (io/file dir))
:when (impl/clojure-source? file)]
(when verbose (println "Loading file" (str file)))
(cond-> (gentest! file options)
(cond-> (gentest! file)
verbose (println))))
[:success]))

Expand Down
1 change: 0 additions & 1 deletion src/scicloj/note_to_test/v1/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
(def cli-options
[["-d" "--dirs" :default ["notebooks"]]
["-a" "--accept"]
["-c" "--cleanup-existing-tests?"]
["-v" "--verbose"]
["-h" "--help"]])

Expand Down

0 comments on commit 5bcddbd

Please sign in to comment.