Closed kbknapp closed 9 years ago
Thanks! For now I just want to keep the dependencies low until Rust 1.0 is out.
If Rust 1.0 is out I will have another look.
No worries, thanks for the look :)
On Mon, Mar 30, 2015 at 1:00 PM, Daniel Trstenjak notifications@github.com wrote:
Thanks! For now I just want to keep the dependencies low until Rust 1.0 is out.
If Rust 1.0 is out I will have another look.
— Reply to this email directly or view it on GitHub https://github.com/dan-t/rusty-tags/pull/4#issuecomment-87750891.
Rust 1.0 is out ;)
Thanks! It's now part of rusty-tags 0.4.1.
@dan-t If you're interested I added clap to do the argument parsing for you. This simplifies the start-up as you don't have have to do any error handling or usage statements. It also gives you the help/version flags for free.
To see what I mean, build and run:
I know it's not really needed just to parse a single argument, but in the event you want to add options in the future this simplifies it quite a bit.
No pressure to include if you're not interested, just thought I'd throw it out there ;)
Edit: Forgot to add at-mention :P