tailhook / rust-argparse

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

No way to do required arguments(?) #19

Closed lahwran closed 9 years ago

lahwran commented 9 years ago

That I could find, anyway. I searched the repository for "require" and found nothing.

tailhook commented 9 years ago

There is a required() method. I've added docs to README. Please, close the issue when you think that documentation is clear enough.

lahwran commented 9 years ago

It'd be super cool to have rustdoc documentation, but cool, I found it.

tailhook commented 9 years ago

I don't like rustdoc because it has documentation embedded in source code. And documentation should have much different structure than code. But I may be happy if anyone wants to contribute rustdoc documentation.