malli-cli icon indicating copy to clipboard operation
malli-cli copied to clipboard

Who needs stdin support?

Open piotr-yuxuan opened this issue 3 years ago • 1 comments

Besides keys :options and :arguments, how could the user get a key :stdin for some parsing, coercion, and validation of the standard input?

piotr-yuxuan avatar Jun 28 '21 13:06 piotr-yuxuan

Standard input in is a clojure.lang.LineNumberingPushbackReader. Not really sure how to handle it with a map. Perhaps it's out of scope of this library ? Happy to reopen it if somebody sees a legit usecase.

piotr-yuxuan avatar Nov 22 '21 20:11 piotr-yuxuan