Skip to content

Commit

Permalink
Add code to help with debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
luandy64 committed May 4, 2020
1 parent 74ee0a1 commit cfa00e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/tap-generate-docs/src/tap_generate_docs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,15 @@
(when-not *interactive*
(System/exit 0))))))

(comment
;; How to run with just one file
(map (partial convert-multiary-type nil nil)
(-> "/Users/andylu/git/tap-closeio/tap_closeio/schemas/activities.json"
slurp
json/read-str
(get "properties")))
)

(comment
(def ^:dynamic *interactive* true)
(-main "bigcommerce")
Expand Down

0 comments on commit cfa00e0

Please sign in to comment.