l3nz / cli-matic

Compact, hands-free [sub]command line parsing library for Clojure.
Eclipse Public License 2.0
361 stars 29 forks source link

Clean-up of Kondo-reported issues #107

Closed l3nz closed 4 years ago

l3nz commented 4 years ago

version

0.4.0

problem

Let's clean-up what Kondo comes up with:

[cli-matic]$ lein clj-kondo src/cli_matic/core.cljc:360:9: warning: redundant let src/cli_matic/core.cljc:699:17: warning: unused binding subcommand src/cli_matic/core.cljc:699:100: warning: unused binding xxx src/cli_matic/utils_v2.cljc:90:3: warning: Misplaced docstring. linting took 615ms, errors: 0, warnings: 4

Most likely no big deals, but "cleanliness is next to godliness". Regression caused bbu #69