sideshowcoder / canned

Server to respond with fake API responses, by using a directory of files for finding out what to say!
213 stars 46 forks source link

Add some command line parsing #2

Closed sideshowcoder closed 11 years ago

sideshowcoder commented 11 years ago

It would be nice to specify the directory as well as the port via the command line, so we should add some command line parsing here

sideshowcoder commented 11 years ago

using optimist now and provide some help as well