l3nz / cli-matic

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

Slurping of whole file at once #20

Closed l3nz closed 6 years ago

l3nz commented 6 years ago

We should have an option to slurp a whole file at once given a filename, and return it as big string, vector of strings or decoded-json (with optional deps on cheshire).