docopt / docopt.c

C-code generator for docopt language.
MIT License
318 stars 46 forks source link

Running the example as described in the README doesn't work #24

Closed tjk closed 10 years ago

tjk commented 10 years ago
$ ./example.out --tcp --host=127.0.0.1 --baud=4800
--tcp is not recognized

I have a fix I will submit in a couple minutes that should fix this.