tailhook / rust-argparse

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

POSIX style options #34

Closed hotpxl closed 8 years ago

hotpxl commented 8 years ago

Is it possible to use POSIX style options? When I tried the example and used -verbose instead of --verbose, I get a runtime error.

tailhook commented 8 years ago

No. It's impossible for now. I find the style ugly.

Do you need it for backward-compatibility?

hotpxl commented 8 years ago

Not really. I like single dash style because I could abbreviate when unambiguous.