killercup / quicli

Quickly build cool CLI apps in Rust.
https://killercup.github.io/quicli/
Apache License 2.0
540 stars 31 forks source link

Readme example doesn't compile #81

Closed backwardspy closed 6 years ago

backwardspy commented 6 years ago

Hi, I tried to compile the Readme example and I got two errors saying that StructOpt and Verbosity are not found in scope. Should these be added to the prelude?

killercup commented 6 years ago

Oh! That is referring to quicli's master branch, not a released version. That's quite unfortunate. I had planned to release a new version last week but that didn't happen yet. I'll try to get around to it this weekend.

In the meantime, you can look at this https://github.com/killercup/quicli/tree/v0.2.0 version of the repository.

Sorry for the confusion!

backwardspy commented 6 years ago

Ah, that makes a lot of sense! Thanks for clearing it up.