tailhook / rust-argparse

The command-line argument parser library for rust
MIT License
240 stars 39 forks source link

README.rst: make example compile #47

Closed dario23 closed 6 years ago

dario23 commented 6 years ago

hi,

just started using argparse, and while going through the step-by-step in the README, i thought "wait, that doesn't compile unless they do some black magic". after i found no black magic, i'm now proposing this little fix :-)

tailhook commented 6 years ago

Nice catch. Thank you!