tailhook / rust-argparse

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

Update on crates.io? #46

Closed nicohman closed 6 years ago

nicohman commented 6 years ago

Hey, I'm using this library for a cli app, but I need to use PushConst with a type that implements Clone, but not Copy. #4c20997 removes this requirement, but that hasn't been published to crates.io yet. Would you mind publishing the latest version on crates.io? Thanks!

tailhook commented 6 years ago

Sure, published 0.2.2 (still waiting for travis).

By the way, any specific reason you're using rust-argparse? I think StructOpt is more popular nowadays.

nicohman commented 6 years ago

None in particular really. Just decided to use it.