crystal-lang / crystal_lib

Automatic binding generator for native libraries in Crystal
138 stars 30 forks source link

Add a (slightly) better CLI #10

Open samis opened 8 years ago

samis commented 8 years ago

This adds a minimal, but still working CLI allowing to specify both the input and the output files on the command line. While it's very basic and does not support reading from stdin or outputting to stdout, it does work.

asterite commented 8 years ago

@samis Thanks! Could you squash the commits?