Open piotr-yuxuan opened 3 years ago
Besides keys :options and :arguments, how could the user get a key :stdin for some parsing, coercion, and validation of the standard input?
:options
:arguments
:stdin
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.
clojure.lang.LineNumberingPushbackReader
Besides keys
:options
and:arguments
, how could the user get a key:stdin
for some parsing, coercion, and validation of the standard input?