malli-cli
malli-cli copied to clipboard
Who needs stdin support?
Besides keys :options
and :arguments
, how could the user get a key :stdin
for some parsing, coercion, and validation of the standard input?
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.