tailhook / rust-argparse

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

Updated README for borrowing syntax #13

Closed teotwaki closed 9 years ago

teotwaki commented 9 years ago

add_option() prefers borrowing things. This update to the README.rst reflects that preference.

tailhook commented 9 years ago

Right. Thanks!