node-cljfmt
node-cljfmt copied to clipboard
Use default cljfmt options when passing user defined options
cljfmt has default options which get overriden by user provided options using edn parameter.
To preserve default options merge it with user defined.
This PR also switches from custom args parsing mechanism to using clojure.tools.cli