antocuni / capnpy

Other
45 stars 26 forks source link

Use capnp compile -o- instead of -o /bin/cat #21

Closed colinfang closed 6 years ago

colinfang commented 6 years ago

I think - is the proper way to do it than /bin/cat/

capnp compile --help

    -o<lang>[:<dir>], --output=<lang>[:<dir>]
         ....  If <lang> is '-', the compiler dumps the request to
        standard output.
antocuni commented 6 years ago

cool; it seems that -o- is available only since recently, I was not aware of that.