maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

added version command to show version information #11

Closed zekzekus closed 6 years ago

zekzekus commented 6 years ago

First of all thanks for this project. I liked the project very much want to contribute. I am a kind of newbie in terms of Rust so, I just added a version command to warm myself up.

I want to create a couple of issues to discuss things/ideas. If you can share your own roadmap or something like that it would be great.

Thanks for the food work again!

maralla commented 6 years ago

Maybe it's better to add the option -v/--version to pack.

zekzekus commented 6 years ago

actually, I just followed cargo on this. these days it is almost a common approach to provider version as a command.